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 <b><a target="_blank" href="');

document.write('http://www.twitter.com/home?status=');
document.write (document.location.href);

document.write('">Twiter</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.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>');



var popunder=new Array()

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

popunder[1]="http://www.efiro.com/horoscopo.html"

popunder[2]="http://www.jugabamos.com/juegos.html"


//popunder[1]="http://www.aganador.com/sp/gana-dinero.html"

//popunder[0]="http://www.efiro.com/horoscopo.html"

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

//popunder[0]="http://www.casinotropez.com/trcpromo-estebanv-main-pmail11-sp"

//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(){
win2=window.open(popunder[Math.floor(Math.random()*(popunder.length))])
win2.blur()
window.focus()
}

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

