<!-- ROTAZIONE BANNER

var how_many_ads = 3
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


//*************************** BANNER NUM.1 ****************

if (ad==1){


uri='http://impit.tradedoubler.com/imp?type(js)g(17061730)a(1388355)' + new String (Math.random()).substring (2, 11);

alt="Italian Flora 1";

width="120";
height="600";
}

//*************************** BANNER NUM.2 ****************


if (ad==2) {

uri='http://impit.tradedoubler.com/imp?type(js)g(17061836)a(1388355)' + new String (Math.random()).substring (2, 11);

alt="Italian Flora 2";


width="120";
height="600";
}

//*************************** BANNER NUM.3 ****************


if (ad==3) {

uri='http://impit.tradedoubler.com/imp?type(js)g(17061764)a(1388355)' + new String (Math.random()).substring (2, 11);

alt="Italian Flora 3";


width="120";
height="600";
}


document.write('<center>');
//document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<sc'+'ript type="text/javascript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
//document.write('<img src=\"' + uri + '\" border=0')
//document.write(width + ' height=' + height + ' ');
//document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');
-->