

var win='toolbar=1,directories=0,menubar=0,scrollbars=1,resizable=1,width=650,height=650';

function go(url)

{

window.open(url,'',win)

}

voteone = 0
voteone = 0
votetwo = 0
votetwo = 0

function vote1() {
	voteone = 1;
window.open("../pop/cartas.htm","BWS","location=no,toolbar=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width=600,height=500,top=0,left=0");

}

function vote4() {
	voteone = 1;
window.open("../sexo/chistes.htm","BWS","location=no,toolbar=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width=750,height=500,top=0,left=0");

}

function vote2(){
  votetwo = 1;
  window.open("../pop/cartas.htm","location=no,toolbar=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=no,width=500,height=400,top=0,left=0");
}

function vote3(){
  votetwo = 1;
  window.open("../pop/midsommar.htm","BWS","location=no,toolbar=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width=500,height=350,top=0,left=0");
}

function Entrance(){
   if (voteone == 1 && votetwo == 1){
 	window.location="http://www.yomaster.com"
}

else if(voteone != 1 && votetwo !=1){ 
	alert("Por favor, visita a nuestros esponsor...");
}

else if (voteone !=1 && votetwo ==1){
    alert("Por favor, visita a nuestro esponsor 1");
}

else if (voteone == 1 && votetwo !=1){
	alert("Por favor, visita a nuestro esponsor 2");
}

}


