<!--


function publi(dia)
{

          switch(dia) {
				
  			case 2:    				window.open('http://todomovil.top-play-ringtones.com','pop','top=10, left=0, resizable=yes,scrollbars=yes,width=700,height=400');
   				break;

  			case 5:				window.open('http://todomovil.top-play-ringtones.com','pop','top=10, left=0, resizable=yes,scrollbars=yes,width=700,height=400');
   				break;

  			case 0:
window.open('http://todomovil.top-play-ringtones.com','pop','top=10, left=0, resizable=yes,scrollbars=yes,width=700,height=400');
   				break;

  			default: 				window.open('http://todomovil.top-play-ringtones.com','pop','top=10, left=0, resizable=yes,scrollbars=yes,width=700,height=400');

				 }

}









 function votacion() 
{
      //alert("entra");
      //alert(consultarGalleta("VotaToDoMoViL"));
      var today = new Date();
      aleatorio = today.getDay();
      ano=today.getYear();
      dia=today.getDay();

      if (!(num=consultarGalleta("VotaToDoMoViL")))
      {
	

	  publi(dia);
					
	  mandarGalleta("VotaToDoMoViL", num, fecha);
	  mes = today.getMonth()
	  diamess=today.getDate()+1;
          var fecha=new Date (ano, mes, diamess);
	  mandarGalleta("VotaToDoMoViL", num, fecha);

	}//fin del 1 if

}//fin de la función
    

  
  
  function consultarGalleta(nombre) {
  var buscamos = nombre + "=";
  if (document.cookie.length > 0) {
    i = document.cookie.indexOf(buscamos);
    if (i != -1) {
      i += buscamos.length;
      j = document.cookie.indexOf(";", i);
      if (j == -1)
        j = document.cookie.length;
      return unescape(document.cookie.substring(i,j));
    }
  }
}

function mandarGalleta(nombre, valor, caducidad) {
  document.cookie = nombre + "=" + escape(valor)
    + ((caducidad == null) ? "" : ("; expires=" + caducidad.toGMTString()))
}


votacion();
// -->