<!---
function choices()
{
	this[0] = 13;
this[1] = "<a href=\"http://www.cryogenteam.com/gifanimate.htm\"><img src=\"http://www.cryogenteam.com/file/gifanimate/spot/anigif-01.jpg\" border=1 alt=\"GIF ANIMATE\"></a>";
this[2] = "<a href=\"http://www.cryogenteam.com/gifanimate.htm\"><img src=\"http://www.cryogenteam.com/file/gifanimate/spot/anigif-02.jpg\" border=1 alt=\"GIF ANIMATE\"></a>";
this[3] = "<a href=\"http://www.cryogenteam.com/gifanimate.htm\"><img src=\"http://www.cryogenteam.com/file/gifanimate/spot/anigif-03.jpg\" border=1 alt=\"GIF ANIMATE by cryogenteam dot com !!!\"></a>";
this[4] = "<a href=\"http://www.cryogenteam.com/gifanimate.htm\"><img src=\"http://www.cryogenteam.com/file/gifanimate/spot/anigif-04.jpg\" border=1 alt=\"GIF ANIMATE\"></a>";
this[5] = "<a href=\"http://www.cryogenteam.com/gifanimate.htm\"><img src=\"http://www.cryogenteam.com/file/gifanimate/spot/anigif-05.jpg\" border=1 alt=\"GIF ANIMATE\"></a>";
this[6] = "<a href=\"http://www.cryogenteam.com/gifanimate.htm\"><img src=\"http://www.cryogenteam.com/file/gifanimate/spot/anigif-06.jpg\" border=1 alt=\"GIF ANIMATE grande novità !!\"></a>";
this[7] = "<a href=\"http://www.cryogenteam.com/gifanimate.htm\"><img src=\"http://www.cryogenteam.com/file/gifanimate/spot/anigif-07.jpg\" border=1 alt=\"GIF ANIMATE\"></a>";
this[8] = "<a href=\"http://www.cryogenteam.com/gifanimate.htm\"><img src=\"http://www.cryogenteam.com/file/gifanimate/spot/anigif-08.jpg\" border=1 alt=\"GIF ANIMATE\"></a>";
this[9] = "<a href=\"http://www.cryogenteam.com/gifanimate.htm\"><img src=\"http://www.cryogenteam.com/file/gifanimate/spot/anigif-09.jpg\" border=1 alt=\"GIF ANIMATE\"></a>";
this[10] = "<a href=\"http://www.cryogenteam.com/gifanimate.htm\"><img src=\"http://www.cryogenteam.com/file/gifanimate/spot/anigif-10.jpg\" border=1 alt=\"GIF ANIMATE\"></a>";
this[11] = "<a href=\"http://www.cryogenteam.com/gifanimate.htm\"><img src=\"http://www.cryogenteam.com/file/gifanimate/spot/anigif-11.jpg\" border=1 alt=\"GIF ANIMATE\"></a>";
this[12] = "<a href=\"http://www.cryogenteam.com/gifanimate.htm\"><img src=\"http://www.cryogenteam.com/file/gifanimate/spot/anigif-12.jpg\" border=1 alt=\"GIF ANIMATE\"></a>";
this[13] = "<a href=\"http://www.cryogenteam.com/gifanimate.htm\"><img src=\"http://www.cryogenteam.com/file/gifanimate/spot/anigif-13.jpg\" border=1 alt=\"GIF ANIMATE\"></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());
//  FINE   --->
