var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
url="http://www.skyline-designs.net/advertise.php";
alt="Advertise on Skyline Designs";
banner="http://i41.tinypic.com/rw8gwh.gif";
width="88";
height="31";
}

/* Remove March 12 */
if (ad==2) {
url="http://liz.dementedsquirrel.com";
alt="Advertise on Skyline Designs";
banner="http://i174.photobucket.com/albums/w92/graphicworldgirl/esperia.jpg";
width="88";
height="31";
}


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>');