function choices()
{
	this[0] = 4;
this[1] = "<a href=\"http://www.bukkakenation.com/it/index.html?&id=21015\" target=\"_blank\"><img src=\"http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/443/20050831150700_468x60_3.gif\"></a>";
this[2] = "<a href=\"http://www.asiatissime.com/index.html?&id=21015\" target=\"_blank\"><img src=\"http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/167/20050809153215_468x60_01.gif\"></a>";
this[3] = "<a href=\"http://www.dildogiganti.com/index.html?&id=21015\" target=\"_blank\"><img src=\"http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/338/20050808161602_468x60_01.jpg\"></a>";
this[4] = "<a href=\"http://www.pornogotica.com/index.html?&id=21015\" target=\"_blank\"><img src=\"http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/323/20050805135219_468x60_01.jpg\"></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());
