<!---   Written by Giancarlo Spadini - http://www.csr.unibo.it/~spadini
function choices()
{
	this[0] = 3;
this[1] = "<a href=\"http://www.clickpoint.it/db/goto.cp?PRO=1074&ID=5681&SUB=\" target=\"_blank\"><img src=\"http://www.clickpoint.it/db/load.cp?PRO=1074&ID=5681&SUB=\"  width=\"468\" height=\"60\" border=\"0\" alt=\"cartucce e toner\"></a>";
this[2] = "<a href=\"http://www.clickpoint.it/db/goto.cp?PRO=1074&ID=5532&SUB=\" target=\"_blank\"><img src=\"http://www.clickpoint.it/db/load.cp?PRO=1074&ID=5532&SUB=\"  width=\"468\" height=\"60\" border=\"0\" alt=\"cartucce e toner\"></a>";
this[3] = "<a href=\"http://www.clickpoint.it/db/goto.cp?PRO=1074&ID=5533&SUB=\" target=\"_blank\"><img src=\"http://www.clickpoint.it/db/load.cp?PRO=1074&ID=5533&SUB=\"  width=\"468\" height=\"60\" border=\"0\" alt=\"cartucce e toner\"></a>";
}

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   --->