document.write('<div align="center"><table border="0" width="990" cellspacing="0" cellpadding="0"><tr><td><p><font face="Verdana" style="font-size: 8pt">Comparte esta web en <b><a target="_blank" href="');
	
document.write('http://www.facebook.com/sharer.php?u=');
document.write (document.location.href);

document.write('">Facebook</a></b> y ');

//document.write('http://www.twitter.com/home?status=');
//document.write (document.location.href);
//document.write('">Twitter</a></b> </font></p></td><td><p align="right"><font face="Verdana" style="font-size: 8pt"><a href="http://www.efiro.com"><font color="#000000">Ocio</font></a> : <a href="http://www.simplificamos.com"><font color="#000000">iPads</font></a> : <a href="http://www.saludamos.com"><font color="#000000">Postales</font></a> : <a href="http://www.efiro.com/movil"><font color="#000000">Móvil</font></a> : <a href="http://www.descargaslibres.com"><font color="#000000">Descargas</font></a> : <a href="http://www.losabes.com"><font color="#000000">Wiki</font></a> : <a href="http://www.desdelasvegas.com"><font color="#000000">Casino</font></a> : <a href="http://www.sabetodo.com"><font color="#000000">Monografías</font></a> : <a href="http://www.difundimos.com"><font color="#000000">Clasificados</font></a> : <a href="http://www.reclutamos.com"><font color="#000000">Empleos</font></a> </font></td></tr></table></div>');

document.write('Gana un iPad </font></p></td><td><p align="right"><font face="Verdana" style="font-size: 8pt"><a target="_blank" href="http://www.soysingle.net"><font color="#000000">Solteros</font></a> : <a target="_blank" href="http://www.consultatusderechos.com/"><font color="#000000">Asnef</font></a> : <a target="_blank" href="http://www.doyfama.net"><font color="#000000">Famosos</font></a> : <a target="_blank" href="http://www.efiro.com/movil"><font color="#000000">Móvil</font></a> : <a target="_blank" href="http://www.hostitel.com"><font color="#000000">Hosting</font></a> : <a target="_blank" href="http://www.magia-africana.com"><font color="#000000">Amarres</font></a> : <a target="_blank" href="http://www.radiodeldestino.com"><font color="#000000">Radio Tarot</font></a> : <a target="_blank" href="http://www.alempleo.com"><font color="#000000">Empleos</font></a> </font></td></tr></table></div>');


var popunder=new Array()

// popunder[0]="http://www.predecimos.com/tarot/"

popunder[0]="http://www.secretosmagicos.com/tarot/"
popunder[1]="http://www.amor-videncia.com"
popunder[2]="http://www.magia-africana.com"
popunder[3]="http://www.ritualesyamarres.com/"

popunder[4]="http://www.boozko.com/"
popunder[5]="http://www.peliculaz.nl/"
popunder[6]="http://www.cinegratis.info/"

popunder[7]="http://www.ritualesyamarres.com/"


//Pop-under only once per browser session? (0=no, 1=yes)
//Specifying 0 will cause popunder to load every time page is loaded
var once_per_session=0

///No editing beyond here required/////

function get_cookie(Name) {
  var search = Name + "="
  var returnvalue = "";
  if (document.cookie.length > 0) {
    offset = document.cookie.indexOf(search)
    if (offset != -1) { // if cookie exists
      offset += search.length
      // set index of beginning of value
      end = document.cookie.indexOf(";", offset);
      // set index of end of cookie value
      if (end == -1)
         end = document.cookie.length;
      returnvalue=unescape(document.cookie.substring(offset, end))
      }
   }
  return returnvalue;
}

function loadornot(){
if (get_cookie('popunder')==''){
loadpopunder()
document.cookie="popunder=yes"
}
}

function loadpopunder(){

	if(
		location.hostname == 'www.predecimos.com' ||
		location.href == "http://www.secretosmagicos.com/clientes/"
	){ return; } // bloqueamos popup en predecimos.com

	win2=window.open(popunder[Math.floor(Math.random()*(popunder.length))])
	win2.blur()
	window.focus()

}

if (once_per_session==0)
loadpopunder()
else
loadornot()


