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

this[2] = "<a href=\"http://www.pornattitude.com/index.php?&id=21015\" target=\"_blank\"><img src=\"http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/362/20050719161719_120x60_05_it.gif\"></a>";

this[3] = "<a href=\"http://www.oversexe.com/index.html?l=1&&id=21015\" target=\"_blank\"><img src=\"http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/301/20050906120607_20050718165405_640.gif\"></a>";

this[4] = "<a href=\"http://www.oversexe.com/index.html?l=1&&id=21015\" target=\"_blank\"><img src=\"http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/301/20050906120609_20050718165426_896.gif\"></a>";

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