<!--
function choices()
 {
 this[0]  = 8;
 this[1]  = "<a href=\"animali/mici_micio_01.html\"><img src=\"images/foto_mici_micio/micio_001_r1.jpg\" border=0><br>I mici di Micio</a>";
 this[2]  = "<a href=\"animali/ragni_p2.html\"><img src=\"images/foto_ragno_tigre/Ragno_tigre_10_r1.jpg\" border=0><br>Ragno Tigre<br>(Agiope Bruennichi)</a>";
 this[3]  = "<a href=\"animali/iguane_max.html\"><img src=\"images/foto_iguane_max/ig_max_009_r1.jpg\" border=0><br>Le iguane di Max</a>";
 this[4]  = "<a href=\"animali/carlotta_2003_p3.html\"><img src=\"images/foto_carl_2003/carl_2003_r1_005.jpg\" border=0><br>Carlotta 2004</a>";
 this[5]  = "<a href=\"fuoco_01.html\"><img src=\"images/foto_fuoco/fuoco_008_r1.jpg\" border=0><br>Incendio VDA<br>12/03/2005</a>";
 this[6]  = "<a href=\"animali/lucertola_muraiola.html\"><img src=\"images/foto_lucertola/lucertola.jpg\" border=0><br>Lucertola Muraiola</a>";
 this[7]  = "<a href=\"luoghi/pondel.html\"><img src=\"images/foto_pondel/pano_pondel_r1.jpg\" border=0><br>Acquedotto di Pondel</a>";
 this[8]  = "<a href=\"animali/devil.html\"><img src=\"images/foto_devil/devil_04_r1.jpg\" border=0><br>Devil</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());
//-->

