<!---function choices(){	this[0] = 12;this[1] = "<img src=\"sponsor/alvok.gif\" width=250 height=43 border=1 alt=\"Primo banner\"></a>";this[2] = "<a href=\"http://www.studio34.net\"><img src=\"sponsor/stu1.gif\" width=250 height=43 border=1 alt=\"Secondo banner\"></a>";this[3] = "<a href=\"http://www.vvltravel.it\"><img src=\"sponsor/vviok.gif\" width=250 height=43 border=1 alt=\"Terzo banner\"></a>";this[4] = "<a href=\"http://www.serirama.it\"><img src=\"sponsor/serok.gif\" width=250 height=43 border=1 alt=\"Quarto banner\"></a>";this[5] = "<a href=\"http://www.innovatel.it\"><img src=\"sponsor/telok.gif\" width=250 height=43 border=1 alt=\"Quinto banner\"></a>";this[6] = "<img src=\"sponsor/omnok.gif\" width=250 height=43 border=1 alt=\"Sesto banner\"></a>";this[7] = "<img src=\"sponsor/petok.gif\" width=250 height=43 border=1 alt=\"Settimo banner\"></a>";this[8] = "<img src=\"sponsor/cacok.gif\" width=250 height=43 border=1 alt=\"Ottavo banner\"></a>";this[9] = "<img src=\"sponsor/vapok.gif\" width=250 height=43 border=1 alt=\"Nono banner\"></a>";this[10] = "<img src=\"sponsor/sanok.gif\" width=250 height=43 border=1 alt=\"Decimo banner\"></a>";this[11] = "<a href=\"http://www.loradaria.it\"><img src=\"sponsor/lor.gif\" width=234 height=43 border=1 alt=\"Undicesimo banner\"></a>";this[12] = "<img src=\"sponsor/shook.gif\" width=250 height=43 border=1 alt=\"Dodicesimo banner\"></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   --->