<!-- 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=20126&a=1388355&g=16894198";

alt="Sponsor numero uno HOTELS.COM";

uri='http://impit.tradedoubler.com/imp?type(img)g(16894198)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=54495&a=1388355&g=16613832";

alt="Sponsor numero due EXPEDIA";

uri='http://impit.tradedoubler.com/imp?type(img)g(16613832)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=118230&a=1388355&g=18366658";

alt="Sponsor numero CLUB MED";

uri='http://impit.tradedoubler.com/imp?type(img)g(18366658)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=31983&a=1388355&g=16642140";

alt="Sponsor numero sei TUI";

uri='http://impit.tradedoubler.com/imp?type(img)g(16642140)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=51699&a=1388355&g=17997926";

alt="Sponsor numero 5 INTERHOME";

uri='http://impit.tradedoubler.com/imp?type(img)g(17997926)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=65178&a=1388355&g=18881428";

alt="Sponsor numero 6 HOMELIDAYS";

uri='http://impit.tradedoubler.com/imp?type(img)g(18881428)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>');
-->