
var how_many_ads = 8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


if (ad==1) {
alt="Bulgaria Tours and Rila Monastery";
title="Bulgaria Tours and Rila Monastery";
banner="http://www.eastadventures.com/images/rotate/tours-bulgaria-rila-monastery.jpg";
link="http://www.gobulgariatours.com/tour-list/cultural-tours-bulgaria.html";
}


if (ad==2) {
alt="Bulgaria Tours and Plovdiv";
title="Bulgaria Tours and Plovdiv";
banner="http://www.eastadventures.com/images/rotate/tours-bulgaria-plovdiv.jpg";
link="http://www.gobulgariatours.com/tour-list/cultural-tours-bulgaria.html";
}


if (ad==3) {
alt="Bulgaria Tours and Veliko Turnovo";
title="Bulgaria Tours and Veliko Turnovo";
banner="http://www.eastadventures.com/images/rotate/tours-bulgaria-veliko-turnovo.jpg";
link="http://www.gobulgariatours.com/tour-list/cultural-tours-bulgaria.html";
}


if (ad==4) {
alt="Bulgaria Tours and Sofia";
title="Bulgaria Tours and Sofia";
banner="http://www.eastadventures.com/images/rotate/tours-bulgaria-bozhentsi.jpg";
link="http://www.gobulgariatours.com/tour-city/bulgaria/sofia-tours.html";
}


if (ad==5) {
alt="Bulgaria Tours and Sofia";
title="Bulgaria Tours and Sofia";
banner="http://www.eastadventures.com/images/rotate/tours-bulgaria-sofia.jpg";
link="http://www.gobulgariatours.com/tour-city/bulgaria/sofia-tours.html";
}


if (ad==6) {
alt="Bulgaria Tours and Sofia";
title="Bulgaria Tours and Sofia";
banner="http://www.eastadventures.com/images/rotate/tours-bulgaria-sofia-2.jpg";
link="http://www.gobulgariatours.com/tour-city/bulgaria/sofia-tours.html";
}


if (ad==7) {
alt="Bulgaria Tours and Veliko Turnovo";
title="Bulgaria Tours and Veliko Turnovo";
banner="http://www.eastadventures.com/images/rotate/tours-bulgaria-veliko-turno-2.jpg";
link="http://www.gobulgariatours.com/tour-list/cultural-tours-bulgaria.html";
}


if (ad==8) {
alt="Romania and Bulgaria Tours";
title="Romania and Bulgaria Tours";
banner="http://www.eastadventures.com/images/rotate/romania-and-bulgaria-tours.jpg";
link="http://www.eastadventures.com/tour-list/romania-bulgaria-tours.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>');
