<!-- ROTAZIONE BANNER

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


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

if (ad==1){


url="http://clk.tradedoubler.com/click?p=54495&a=1388355&g=16613946";

alt="Sponsor numero uno Expedia";

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

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

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


if (ad==2) {


url="http://clk.tradedoubler.com/click?p=17269&a=1388355&g=819158";

alt="Sponsor numero due eDreams";

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

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

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


if (ad==3) {


url="http://clk.tradedoubler.com/click?p=21402&a=1388355&g=16712150";

alt="Sponsor numero Opodo";

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

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

//*************************** BANNER NUM.4 ****************


if (ad==4) {


url="http://clk.tradedoubler.com/click?p=16987&a=1388355&g=176475";

alt="Sponsor numero Last Minute";

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

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

//*************************** BANNER NUM.5 ****************


if (ad==5) {


url="http://clk.tradedoubler.com/click?p=56066&a=1388355&g=16689756";

alt="Sponsor numero SUBITO.IT";

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

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

//*************************** BANNER NUM.6 ****************


if (ad==6) {


url="http://clk.tradedoubler.com/click?p=23294&a=1388355&g=11440337";

alt="Sponsor numero VOLAGRATIS";

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

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


document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + uri + '\" border=0')
//document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');
-->