
<!---
function choices()
{
	this[0] = 1;
this[1] = "<table border=0 width=400 cellpadding=0 cellspacing=4 border=0><td width=400  align=left valign=top><font size=1 face=arial, verdana color=white><b><strong>       <a href=\"index.htm\" class=\"menu\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Portada - <a href=\"empresa.htm\" class=\"menu\">Empresa - <a href=\"contacto.htm\" class=\"menu\">Contacto - <a href=\"situacion.htm\" class=\"menu\">Situaci&oacute;n</strong></div></td></table>";
}
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 OSCURAMENTO   --->
