<!-- ROTAZIONE BANNER

var how_many_ads = 10
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=16987&a=1388355&g=17047708";

alt="Sponsor numero uno LAST MINUTE";

uri='http://impit.tradedoubler.com/imp?type(img)g(17047708)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=18037&a=1388355&g=17242594";

alt="Sponsor numero due COSTA CROCIERE";

uri='http://impit.tradedoubler.com/imp?type(img)g(17242594)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=60879&a=1388355&g=16988084";

alt="Sponsor numero KLM ITALY";

uri='http://impit.tradedoubler.com/imp?type(img)g(16988084)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=20126&a=1388355&g=17238690";

alt="Sponsor numero quattro HOTEL.COM";

uri='http://impit.tradedoubler.com/imp?type(img)g(17238690)a(1388355)' + new String (Math.random()).substring (2, 11);

width="160";
height="600";
}

//*************************** BANNER NUM.5 ****************

if (ad==5) {


url="http://clk.tradedoubler.com/click?p=22068&a=1388355&g=16495906";

alt="Sponsor numero cinque DISNEYLAND";

uri='http://impit.tradedoubler.com/imp?type(img)g(16495906)a(1388355)' + new String (Math.random()).substring (2, 11);

width="160";
height="600";
}

//*************************** BANNER NUM.6 ****************

if (ad==6) {


url="http://clk.tradedoubler.com/click?p=54495&a=1388355&g=16614048";

alt="Sponsor numero sei EXPEDIA";

uri='http://impit.tradedoubler.com/imp?type(img)g(16614048)a(1388355)' + new String (Math.random()).substring (2, 11);

width="160";
height="600";
}

//*************************** BANNER NUM.7 ****************

if (ad==7) {


url="http://clk.tradedoubler.com/click?p=60583&a=1388355&g=16920602";

alt="Sponsor numero sette MY AIR";

uri='http://impit.tradedoubler.com/imp?type(img)g(16920602)a(1388355)' + new String (Math.random()).substring (2, 11);

width="160";
height="600";
}

//*************************** BANNER NUM.8 ****************

if (ad==8) {


url="http://clk.tradedoubler.com/click?p=31983&a=1388355&g=16646974";

alt="Sponsor numero otto TUI FLY";

uri='http://impit.tradedoubler.com/imp?type(img)g(16646974)a(1388355)' + new String (Math.random()).substring (2, 11);

width="160";
height="600";
}

//*************************** BANNER NUM.9 ****************

if (ad==9) {


url="http://clk.tradedoubler.com/click?p=17409&a=1388355&g=588777";

alt="Sponsor numero otto AIR FRANCE";

uri='http://impit.tradedoubler.com/imp?type(img)g(588777)a(1388355)' + new String (Math.random()).substring (2, 11);

width="160";
height="600";
}

//*************************** BANNER NUM.10 ****************

if (ad==10) {


url="http://clk.tradedoubler.com/click?p=18762&a=1388355&g=16132400";

alt="Sponsor numero otto AVIS";

uri='http://impit.tradedoubler.com/imp?type(img)g(16132400)a(1388355)' + new String (Math.random()).substring (2, 11);

width="160";
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>');
-->