function choices()
{
	this[0] = 5;
this[1] = "<a href=\"http://www.ragazze18.com/index.html?&id=21015\" target=\"_blank\"><img src=\"http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/422/20050802110016_120x60_03.gif\"></a>";

this[2] = "<a href=\"http://www.bellerosse.com/reality/index.html?&id=21015\" target=\"_blank\"><img src=\"http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/404/20050728104102_120x60_2_fk.gif\"></a>";

this[3] = "<a href=\"http://www.parisvoyeur.com/v2/it/index.html?&id=21015\" target=\"_blank\"><img src=\"http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/321/20050711150545_120x60_02.gif\"></a>";

this[4] = "<a href=\"http://www.starlettesexy.com/index.html?&id=21015\" target=\"_blank\"><img src=\"http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/355/20050715172301_120x60_04.gif\"></a>";

this[5] = "<a href=\"http://www.besteurobabes.com/it/index.html?&id=21015\" target=\"_blank\"><img src=\"http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/393/20050630155700_120x60_03_fk.gif\"></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());
