
var how_many_ads = 19;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
	banner="imgrotate/dragonsword.jpg";
	alt="Dragon Of The Sword - Night";
	width="300";
	height="300";
}

if (ad==2) {
	banner="imgrotate/hunters.jpg";
	alt="The Hunters";
	width="300";
	height="300";
}

if (ad==3) {
	banner="imgrotate/JourneyToBrandmere.jpg";;
	alt=" Journey To Brandmere ";
	width="300";
	height="300";
}

if (ad==4) {
	banner="imgrotate/MirrorMirror.jpg";
	alt=" Mirror Mirror ";
	width="300";
	height="300";
}

if (ad==5) {
	banner="imgrotate/relicofbygone.jpg";
	alt="Relic Of A Bygone Age";
	width="300";
	height="300";
}

if (ad==6) {
	banner="imgrotate/TheObservatory.jpg";
	alt=" The Observatory ";
	width="300";
	height="300";
}

if (ad==7) {
	banner="imgrotate/MoonCall.jpg";
	alt=" MoonCall ";
	width="300";
	height="300";
}

if (ad==8) {
	banner="imgrotate/BardseySound.jpg";
	alt=" Bardsey Sound ";
	width="300";
	height="300";
}

if (ad==9) {
	banner="imgrotate/ShadowOfTheGiant.jpg";
	alt=" In The Shadow Of The Giant ";
	width="300";
	height="300";
}

if (ad==10) {
	banner="imgrotate/dragonswrath.jpg";
	alt=" Dragons Wrath ";
	width="300";
	height="300";
}

if (ad==11) {
	banner="imgrotate/LostAndAlone.jpg";
	alt=" Lost And Alone ";
	width="300";
	height="300";
}

if (ad==12) {
	banner="imgrotate/stillofthenight.jpg";
	alt=" Still Of The Night ";
	width="300";
	height="300";
}

if (ad==13) {
	banner="imgrotate/PilferingPixie.jpg";
	alt=" Pilfering Pixie ";
	width="300";
	height="300";
}

if (ad==14) {
	banner="imgrotate/themeeting.jpg";
	alt=" The Meeting ";
	width="300";
	height="300";
}

if (ad==15) {
	banner="imgrotate/midnightunicorn.jpg";
	alt=" Midnight Unicorn ";
	width="300";
	height="300";
}

if (ad==16) {
	banner="imgrotate/DreamyTowers.jpg";
	alt=" Dreamy Towers ";
	width="300";
	height="300";
}

if (ad==17) {
	banner="imgrotate/castlebavaria.jpg";
	alt=" Castle In Bavaria ";
	width="300";
	height="300";
}

if (ad==18) {
	banner="imgrotate/CuriousDragon.jpg";
	alt=" Curious Dragon ";
	width="300";
	height="300";
}

if (ad==19) {
	banner="imgrotate/DragonOfRubies.jpg";
	alt=" Dragon Of Rubies ";
	width="300";
	height="300";
}
document.write('<center>');
document.write('<img src="' + banner + '" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');
// End -->