
<!---
function choices()
{
	this[0] = 4;
this[1] = "<a href=\"http://shop.mbres.it\"><img src=\"../../images/ani_res.gif\" width=146 height=65 border=0 alt=\"R&S On-line\"></a>";
 
this[2] = "<a href=\"http://shop.mbres.it\"><img src=\"../../images/ani_calep2.gif\" width=146 height=65 border=0 alt=\"Calepino on-line\"></a>";

this[3] = "<a href=\"../res_pubblicazioni/annuario.htm\"><img src=\"../../images/ani_ann.gif\" width=146 height=65 border=0 alt=\"Annuario R&S\"></a>";

this[4] = "<a href=\"http://shop.mbres.it\"><img src=\"../../images/ani_set.gif\" width=146 height=65 border=0 alt=\"Settori on-line\"></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   --->
