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/layouts/all/get_code.php?cat=peace&background=pink-green-blue.gif";
alt="Pink Green Blue Peace MySpace Layout";
banner="http://i221.photobucket.com/albums/dd229/ms-goodies/myspace/backgrounds/peace/pink-green-blue.gif";
width="255";
height="150";
}

if (ad==2) {
url="http://ms-goodies.com/layouts/all/get_code.php?cat=animal-print&background=animated-neon-zebra.gif";
alt="Animated Neon Zebra Animal Print MySpace Layout";
banner="http://i221.photobucket.com/albums/dd229/ms-goodies/myspace/backgrounds/animal-print/animated-neon-zebra.gif";
width="255";
height="150";
}

if (ad==3) {
url="http://ms-goodies.com/layouts/all/get_code.php?cat=brand&background=ed-hardy-love-kills-slowly.jpg";
alt="Ed Hardy Love Kills Slowly Brand MySpace Layout";
banner="http://i221.photobucket.com/albums/dd229/ms-goodies/myspace/backgrounds/brand/ed-hardy-love-kills-slowly.jpg";
width="255";
height="150";
}

if (ad==4) {
url="http://ms-goodies.com/layouts/all/get_code.php?cat=celebrities-bands&background=lil-wayne.png";
alt="Lil Wayne Celebrities Bands MySpace Layout";
banner="http://i221.photobucket.com/albums/dd229/ms-goodies/myspace/backgrounds/celebrities-bands/lil-wayne.png";
width="255";
height="150";
}

if (ad==5) {
url="http://ms-goodies.com/layouts/all/get_code.php?cat=character&background=flashy-betty-boop.gif";
alt="Flashy Betty Boop Character MySpace Layout";
banner="http://i221.photobucket.com/albums/dd229/ms-goodies/myspace/backgrounds/character/flashy-betty-boop.gif";
width="255";
height="150";
}

if (ad==6) {
url="http://ms-goodies.com/layouts/all/get_code.php?cat=character&background=hello-kitty-3.png";
alt="Blue & Pink Diamond Stripe Layout";
banner="http://i221.photobucket.com/albums/dd229/ms-goodies/myspace/backgrounds/character/hello-kitty-3.png";
width="255";
height="150";
}

if (ad==7) {
url="http://ms-goodies.com/layouts/all/get_code.php?cat=girly&background=neon-splat.png";
alt="Neon Splat Girly MySpace Layout";
banner="http://i221.photobucket.com/albums/dd229/ms-goodies/myspace/backgrounds/girly/neon-splat.png";
width="255";
height="150";
}

if (ad==8) {
url="http://ms-goodies.com/layouts/all/get_code.php?cat=flashing&background=pink-yellow-green-blue-purple.gif";
alt="Pink Yellow Green Blue Purple Flashing MySpace Layout";
banner="http://i221.photobucket.com/albums/dd229/ms-goodies/myspace/backgrounds/flashing/pink-yellow-green-blue-purple.gif";
width="255";
height="150";
}

if (ad==9) {
url="http://ms-goodies.com/layouts/all/get_code.php?cat=flower&background=girly.jpg";
alt="Girly Flower MySpace Layout";
banner="http://i221.photobucket.com/albums/dd229/ms-goodies/myspace/backgrounds/flower/girly.jpg";
width="255";
height="150";
}

if (ad==10) {
url="http://ms-goodies.com/layouts/all/get_code.php?cat=food-drink&background=cupcakes.gif";
alt="Cupcakes Food Drink MySpace Layout";
banner="http://i221.photobucket.com/albums/dd229/ms-goodies/myspace/backgrounds/food-drink/cupcakes.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=\"border3\"></a>');
