<!---
function choices()
{
	this[0] = 13;
this[1] = "<a href=\"http://www.cryogenteam.com/erotismo/motorshow/index.htm\"><img src=\"http://www.cryogenteam.com/erotismo/motorshow/file/tnMotorshow-001.jpg\" border=1 alt=\"speciale Motorshow\"></a>";
this[2] = "<a href=\"http://www.cryogenteam.com/erotismo/motorshow/index.htm\"><img src=\"http://www.cryogenteam.com/erotismo/motorshow/file/tnMotorshow-015.jpg\" border=1 alt=\"speciale Motorshow\"></a>";
this[3] = "<a href=\"http://www.cryogenteam.com/erotismo/motorshow/index.htm\"><img src=\"http://www.cryogenteam.com/erotismo/motorshow/file/tnMotorshow-011.jpg\" border=1 alt=\"speciale Motorshow by cryogenteam dot com !!!\"></a>";
this[4] = "<a href=\"http://www.cryogenteam.com/erotismo/motorshow/index.htm\"><img src=\"http://www.cryogenteam.com/erotismo/motorshow/file/tnMotorshow-010.jpg\" border=1 alt=\"speciale Motorshow\"></a>";
this[5] = "<a href=\"http://www.cryogenteam.com/erotismo/motorshow/index.htm\"><img src=\"http://www.cryogenteam.com/erotismo/motorshow/file/tnMotorshow-017.jpg\" border=1 alt=\"speciale Motorshow\"></a>";
this[6] = "<a href=\"http://www.cryogenteam.com/erotismo/motorshow/index.htm\"><img src=\"http://www.cryogenteam.com/erotismo/motorshow/file/tnMotorshow-018.jpg\" border=1 alt=\"speciale Motorshow grande novità !!\"></a>";
this[7] = "<a href=\"http://www.cryogenteam.com/erotismo/motorshow/index.htm\"><img src=\"http://www.cryogenteam.com/erotismo/motorshow/file/tnMotorshow-019.jpg\" border=1 alt=\"speciale Motorshow\"></a>";
this[8] = "<a href=\"http://www.cryogenteam.com/erotismo/motorshow/index.htm\"><img src=\"http://www.cryogenteam.com/erotismo/motorshow/file/tnMotorshow-037.jpg\" border=1 alt=\"speciale Motorshow\"></a>";
this[9] = "<a href=\"http://www.cryogenteam.com/erotismo/motorshow/index.htm\"><img src=\"http://www.cryogenteam.com/erotismo/motorshow/file/tnMotorshow-084.jpg\" border=1 alt=\"speciale Motorshow\"></a>";
this[10] = "<a href=\"http://www.cryogenteam.com/erotismo/motorshow/index.htm\"><img src=\"http://www.cryogenteam.com/erotismo/motorshow/file/tnMotorshow-090.jpg\" border=1 alt=\"speciale Motorshow\"></a>";
this[11] = "<a href=\"http://www.cryogenteam.com/erotismo/motorshow/index.htm\"><img src=\"http://www.cryogenteam.com/erotismo/motorshow/file/tnMotorshow-064.jpg\" border=1 alt=\"speciale Motorshow\"></a>";
this[12] = "<a href=\"http://www.cryogenteam.com/erotismo/motorshow/index.htm\"><img src=\"http://www.cryogenteam.com/erotismo/motorshow/file/tnMotorshow-044.jpg\" border=1 alt=\"speciale Motorshow\"></a>";
this[13] = "<a href=\"http://www.cryogenteam.com/erotismo/motorshow/index.htm\"><img src=\"http://www.cryogenteam.com/erotismo/motorshow/file/tnMotorshow-025.jpg\" border=1 alt=\"speciale Motorshow\"></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   --->
