  function redirect(newURL) {
  	document.location = newURL;
  }


  function voteWindow() {
    voteWindow = window.open('vote.php', "voteWin", "width=493,height=370");
    voteWindow.focus();
  }


  function descWindow(location) {
    voteWindow = window.open(location, "voteWin", "width=500,height=300,scrollbars=yes,resizable=yes,location=no");
    voteWindow.focus();
  }
  
  
  function openAdvert() {
    voteWindow = window.open("http://www.hotshots.ws", "voteWin", "width=1000,height=700,scrollbars=yes,resizable=yes,location=yes");
    //voteWindow.focus();  	
    window.focus();
  }
