<!-- Begin
var how_many_ads =4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

//now you can add to the below and change the existing!
if (ad==1) {
txt="http://moon-dreamers.com/rotation/rotation.php"
url="http://moon-dreamers.com";
alt="Sincerity Dreams - A site filled with all your graphics needs. Music, fints downloads, layouts coming soon, avatars, banenrs, ect...";
banner="http://moon-dreamers.com/rotation/buto1010.png";
width="88";
height="31";
}
if (ad==2) {
txt="rotation/rotation.php"
url="http://moon-dreamers.com/";
alt="Moon Dreamers Rotation";
banner="http://moon-dreamers.com/rotation/but341.gif";
width="88";
height="31";
}
if (ad==3) {
txt="rotation/rotation.php"
url="http://moon-dreamers.com";
alt="MoonDreamers Rotation";
banner="http://www.moon-dreamers.com/rotation/md100.gif";
width="88";
height="31";
}
if (ad==4) {
txt="rotation/rotation.php"
url="http://moon-dreamers.com";
alt="welcome to moon-dreamers.com rotation";
banner="http://www.moon-dreamers.com/rotation/mda1.gif";
width="88";
height="31";
}

document.write('<center>');
document.write('<a href=\"' + txt + '\" target=\"_blank\">');
document.write('<img src="mdrotation.gif" border="0"><br>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a><br>');
document.write('</a>');
document.write('</center>');

// End -->
