
var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


if (ad==1) {
alt="Danube Bend Tours from Budapest Hungary";
title="Danube Bend Tours from Budapest Hungary";
banner="http://www.eastadventures.com/images/rotate/danube-bend-tours.jpg";
link="http://www.gohungarytours.com/tour-region/hungary/budapest-tours.html";
}


if (ad==2) {
alt="Lake Balaton Tours Hungary";
title="Lake Balaton Tours Hungary";
banner="http://www.eastadventures.com/images/rotate/lake-balton-tours.jpg";
link="http://www.gohungarytours.com/tour-region/hungary/lake-balaton-holidays.html";
}


if (ad==3) {
alt="Wine Tours Hungary";
title="Wine Tours Hungary";
banner="http://www.eastadventures.com/images/rotate/wine-tours-hungary.jpg";
link="http://www.gohungarytours.com/tour-list/wine-tours-hungary.html";
}


if (ad==4) {
alt="Budapest Tours and Tours around Hungary";
title="Budapest Tours and Tours around Hungary";
banner="http://www.eastadventures.com/images/rotate/budapest-tours.jpg";
link="http://www.gohungarytours.com/tour-list/sightseeing-day-tours-budapest.html";
}


if (ad==5) {
alt="Budapest Tours and Tours around Hungary";
title="Budapest Tours and Tours around Hungary";
banner="http://www.eastadventures.com/images/rotate/budapest-tours-2.jpg";
link="http://www.gohungarytours.com/tour-list/sightseeing-day-tours-budapest.html";
}


if (ad==6) {
alt="Budapest Tours and Tours around Hungary";
title="Budapest Tours and Tours around Hungary";
banner="http://www.eastadventures.com/images/rotate/budapest-tours-3.jpg";
link="http://www.gohungarytours.com/tour-list/sightseeing-day-tours-budapest.html";
}


if (ad==7) {
alt="Budapest Tours and Tours around Hungary";
title="Budapest Tours and Tours around Hungary";
banner="http://www.eastadventures.com/images/rotate/budapest-tours-4.jpg";
link="http://www.gohungarytours.com/tour-list/sightseeing-day-tours-budapest.html";
}


document.write('<left>');
document.write('<a href=' + link + '\><img src=\"' + banner + '\" ');
document.write('title=\"' + title + '\"');
document.write('alt=\"' + alt + '\" border=0></a><br>');
document.write('</left>');
