enter1 = 0
enter2 = 0
enter3 = 0
enter4 = 0

function vote1()
{
 enter1 = 1;
 window.open("http://www.anime100.com/cgi-bin/rank/rankem.cgi?id=dbzvort");
}

function vote2()
{
 enter2 = 1;
 window.open("http://www.biganime.com/php/main/in.php?id=dbzvort");
}


function vote3()
{
 enter3 = 1;
 window.open("http://www.anime100.com/cgi-bin/dball/rankem.cgi?id=dbzvort");
}

function enter()
{
 if ((enter1 + enter2 + enter3) >= 3)
 {
  top.location = ''+page+'';
 }
 else
 {
  alert("You must vote before being able to enter.");
 }
}