
<!---
<!---
function choices()
{
this[0] = 1;

this[1] = '<a href=\'ARCHIVIO_DMN/admn_I.html\' target=\'_blank\'><img src=\'BI_index/ADMN.gif\' width=130 height=25 border=0 alt=\'link\'></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   --->


