
<!---
function choices()
{
	this[0] = 8;
this[1]= "<a href=\"http://www.sexohabana.com/putas-viciosas/index.htm\">Putas viciosas</a>";
this[2]= "<a href=\"http://www.sexohabana.com/jovencitas-desnudas/index.htm\">Jovencitas desnudas</a>";
this[3]= "<a href=\"http://www.sexohabana.com/maduras/index.htm\">Maduras</a>";
this[4]= "<a href=\"http://www.sexohabana.com/tetonas/index.htm\">Tetonas</a>";
this[5]= "<a href=\"http://www.sexohabana.com/felaciones/index.htm\">Felaciones</a>";
this[6]= "<a href=\"http://www.sexohabana.com/nalgas/index.htm\">Sexo anal</a>";
this[7]= "<a href=\"http://www.sexohabana.com/fetish/index.htm\">BDSM</a>";
this[8]= "<a href=\"http://www.sexohabana.com/hardcore/index.htm\">Hardcore</a>";

}
function popUpBanner(list)
{	
	var today = new Date();
	var choiceInstance = new choices();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
}
function grabBanner()
{
	var today = new Date();
	var choiceInstance = new choices();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
	return Banner;
}
document.writeln(grabBanner());
//  FINE   --->

