// Copyright 2011, fusionkal.com. All Rights Reserved.
// We will take legal action against those who copy our HTML content,
// CSS style sheets and JavaScript functions.
function vote(){
  document.getElementById("vote_bg").style.display="block";
}
function black(){
  document.getElementById("vote_black").style.display="block";
}
function hide_div(div){
  document.getElementById(div).style.display="none";
}
