
<!---
function choices()
{
	this[0] = 4;
this[1] = "<a href=\"http://shop.mbres.it\"><img src=\"../../images/res_eng.gif\" width=146 height=65 border=0 alt=\"R&S on-line\"></a>";
 
this[2] = "<a href=\"http://shop.mbres.it\"><img src=\"../../images/calep_eng.gif\" width=146 height=65 border=0 alt=\"Calepino on-line\"></a>";

this[3] = "<a href=\"../res_publications/annual.htm\"><img src=\"../../images/ann_eng.gif\" width=146 height=65 border=0 alt=\"R&S Annual Directory\"></a>";

this[4] = "<a href=\"http://shop.mbres.it\"><img src=\"../../images/ani_set2.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   --->
