<!-- 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=17409&a=1388355&g=16826216";

alt="Sponsor numero uno AIRFRANCE";

uri='http://impit.tradedoubler.com/imp?type(img)g(16826216)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=12802515";

alt="Sponsor numero due eDreams";

uri='http://impit.tradedoubler.com/imp?type(img)g(12802515)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=54495&a=1388355&g=16613842";

alt="Sponsor numero EXPEDIA";

uri='http://impit.tradedoubler.com/imp?type(img)g(16613842)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=5286&a=1388355&g=16447512";

alt="Sponsor numero KLM";

uri='http://impit.tradedoubler.com/imp?type(img)g(16447512)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=16987&a=1388355&g=17047724";

alt="Sponsor numero LAST MINUTE";

uri='http://impit.tradedoubler.com/imp?type(img)g(17047724)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=21402&a=1388355&g=16819496";

alt="Sponsor numero OPODO";

uri='http://impit.tradedoubler.com/imp?type(img)g(16819496)a(1388355)' + new String (Math.random()).substring (2, 11);

width="120";
height="600";
}


//*************************** BANNER NUM.7 ****************


if (ad==7) {


url="http://clk.tradedoubler.com/click?p=58425&a=1388355&g=17064114";

alt="Sponsor numero TODOMONDO";

uri='http://impit.tradedoubler.com/imp?type(img)g(17064114)a(1388355)' + new String (Math.random()).substring (2, 11);

width="120";
height="600";
}


//*************************** BANNER NUM.8 ****************


if (ad==8) {


url="http://clk.tradedoubler.com/click?p=50007&a=1388355&g=16412444";

alt="Sponsor numero TRANSAVIA";

uri='http://impit.tradedoubler.com/imp?type(img)g(16412444)a(1388355)' + new String (Math.random()).substring (2, 11);

width="120";
height="600";
}

//*************************** BANNER NUM.9 ****************


if (ad==9) {


url="http://clk.tradedoubler.com/click?p=31983&a=1388355&g=17194566";

alt="Sponsor numero TUIFLY";

uri='http://impit.tradedoubler.com/imp?type(img)g(17194566)a(1388355)' + new String (Math.random()).substring (2, 11);

width="120";
height="600";
}


//*************************** BANNER NUM.10 ****************


if (ad==10) {


url="http://clk.tradedoubler.com/click?p=23294&a=1388355&g=16644166";

alt="Sponsor numero VOLAGRATIS";

uri='http://impit.tradedoubler.com/imp?type(img)g(16644166)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('</a></center>');
-->