function choices()
{
	this[0] = 4;
this[1] = "<a href=\"http://www.marketiva.com/?gid=16539\" target=\"about_blank\"><img src=\"http://www.cyberpasta.com/imagenes/marketivabanner.gif\" border=\"1\" alt=\"Get 5$ Free\"></a>";
this[2] = "<a href=\"http://www.liteforex.org/default.php?uid=900001081\" target=\"about_blank\"><img src=\"http://www.cyberpasta.com/imagenes/liteforex.gif\" border=\"1\" alt=\"Metatrader Forex Broker in cents\"></a>";
this[3] = "<a href=\"http://fxcast.com/?pr=20508\" target=\"about_blank\"><img src=\"http://fxcast.com/promo/fxcast_b41.gif\" border=\"1\" alt=\"Metatrader Forex Broker\"></a>";
this[4] = "<a href=\"http://www.etoro.com/B324_A7200_TClick.aspx\" target=\"about_blank\"><img src=\"http://www.etoro.com/B324_A7200_TGet.aspx\" border=\"1\" alt=\"Forex Broker\"></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());





























