var how_many_ads = 10;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://ms-goodies.com/graphics/all-page.php";
alt="I Heart You 2.0 Layout";
banner="http://s221.photobucket.com/albums/dd229/ms-goodies/graphics/page-graphics/busy-city.gif";
width="255";
height="150";
}

if (ad==2) {
url="http://ms-goodies.com/graphics/all-page.php";
alt="Hello Kitty 2.0 Layout";
banner="http://s221.photobucket.com/albums/dd229/ms-goodies/graphics/page-graphics/01.jpg";
width="255";
height="150";
}

if (ad==3) {
url="http://ms-goodies.com/graphics/all-page.php";
alt="Blue & Pink Giraffe Print Stripe Layout";
banner="http://s221.photobucket.com/albums/dd229/ms-goodies/graphics/page-graphics/beach-city.jpg";
width="255";
height="150";
}

if (ad==4) {
url="http://ms-goodies.com/graphics/all-page.php";
alt="Blue & Yellow Diamond Splatter Layout";
banner="http://s221.photobucket.com/albums/dd229/ms-goodies/graphics/page-graphics/besties.gif";
width="255";
height="150";
}

if (ad==5) {
url="http://ms-goodies.com/graphics/all-page.php";
alt="Blue & Pink Doodle Heart Layout";
banner="http://s221.photobucket.com/albums/dd229/ms-goodies/graphics/page-graphics/colorful-animated-boom-box.gif";
width="255";
height="150";
}

if (ad==6) {
url="http://ms-goodies.com/graphics/all-page.php";
alt="Blue & Pink Diamond Stripe Layout";
banner="http://s221.photobucket.com/albums/dd229/ms-goodies/graphics/page-graphics/vitamin-water.png";
width="255";
height="150";
}

if (ad==7) {
url="http://ms-goodies.com/graphics/all-page.php";
alt="Victoria Secret Pink Dog Layout";
banner="http://s221.photobucket.com/albums/dd229/ms-goodies/graphics/page-graphics/star-fingers.jpg";
width="255";
height="150";
}

if (ad==8) {
url="http://ms-goodies.com/graphics/all-page.php";
alt="Pink & Purple Peace Sign Layout";
banner="http://s221.photobucket.com/albums/dd229/ms-goodies/graphics/page-graphics/sexy-girl.jpg";
width="255";
height="150";
}

if (ad==9) {
url="http://ms-goodies.com/graphics/all-page.php";
alt="Pink Zebra Print Layout";
banner="http://s221.photobucket.com/albums/dd229/ms-goodies/graphics/page-graphics/marilyn-monroe.gif";
width="255";
height="150";
}

if (ad==10) {
url="http://ms-goodies.com/graphics/all-page.php";
alt="Pink & Orange Peace Sign Stripe Layout";
banner="http://s221.photobucket.com/albums/dd229/ms-goodies/graphics/page-graphics/love-2.gif";
width="255";
height="150";
}

document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=\"0" class=\"border4\"></a>');
