<!-- Begin
var how_many_ads = 9;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
alt="Dracula Tours in Romania";
title="Dracula Tours in Romania";
banner="http://www.goromaniatours.com/images/banners/dracula-tours-romania.jpg";
link="http://www.goromaniatours.com/tour-list/dracula-tours-romania.html";
style="border: 1px solid #000000";
}

if (ad==2) {
alt="Short Break Tour to Transylvania";
title="Short Break Tour to Transylvania";
banner="http://www.goromaniatours.com/images/banners/shortbreak-tours-transylvania.jpg";
link="http://www.goromaniatours.com/tour-list/short-breaks-transylvania.html";
style="border: 1px solid #000000";
}

if (ad==3) {
alt="Bucharest Day Tours";
title="Bucharest Day Tours";
banner="http://www.goromaniatours.com/images/banners/bucharest-day-tours.jpg";
link="http://www.goromaniatours.com/tour-list/private-city-tours-bucharest.html";
style="border: 1px solid #006600";
}

if (ad==4) {
alt="The Real Dracula Halloween Tour in Transylvania";
title="The Real Dracula Halloween Tour in Transylvania";
banner="http://www.goromaniatours.com/images/halloween-banner2.jpg";
link="http://www.goromaniatours.com/historic-tours/dracula-halloween-tour.html";
style="border: 2px solid #000000";
}

if (ad==5) {
alt="Budapest Sightseeing Coach Tours";
title="Budapest Sightseeing Coach Tours";
banner="http://www.gohungarytours.com/images/coach-sightseeing-tours-budapest.jpg";
link="http://www.gohungarytours.com/tour-list/regular-city-tours-budapest.html";
style="border: 2px solid #BA1C0B";
}

if (ad==6) {
alt="Private Tours in Budapest";
title="Private Tours in Budapest";
banner="http://www.gohungarytours.com/images/private-tours-budapest.jpg";
link="http://www.gohungarytours.com/tour-list/private-city-tours-budapest.html";
style="border: 2px solid #022644";
}

if (ad==7) {
alt="Prague City Tours and Excursions - Private Tours";
title="Prague City Tours and Excursions - Private Tours";
banner="http://www.eastadventures.com/images/banner/prague-tours-czech-republic.jpg";
link="http://www.eastadventures.com/tour-list/prague-tours-private.html";
style="border: 1px";
}

if (ad==8) {
alt="Poland Tours and Vacations";
title="Poland Tours and Vacations";
banner="http://www.eastadventures.com/images/banner/poland-tours.jpg";
link="http://www.eastadventures.com/tour-country/eastern-europe/poland-tours.html";
style="border: 1px";
}

if (ad==9) {
alt="Romania and Bulgaria Tours";
title="Romania and Bulgaria Tours";
banner="http://www.eastadventures.com/images/banner/romania-and-bulgaria-tours.jpg";
link="http://www.eastadventures.com/tour-list/romania-bulgaria-tours.html";
style="border: 1px";
}

document.write('<a href=' + link + '\><img src=\"' + banner + '\"');
document.write(' style=' + style + ' ');
document.write('title=\"' + title + '\"');
document.write('alt=\"' + alt + '\" align=center></a><br>');
// End -->