<!-- Hide JavaScript from old browsers

var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


if (ad==1) {
document.write('<center>');
document.write('<a href=http://www.mymostwanted.com/gallery/showphoto.php/photo/895340/><img src=http://www.miley-cyrus.com/ofthemonth/photo-march.png alt="Photo Of The Month" border=1></a> ');
document.write('<a href=http://www.mymostwanted.com/gallery/showphoto.php/photo/891861/size/big/cat/><img src=http://www.miley-cyrus.com/ofthemonth/calendar-march.png alt="Calendar Of The Month" border=1></a> ');
document.write('<a href=http://www.mymostwanted.com/gallery/showphoto.php/photo/895346/size/big><img src=http://www.miley-cyrus.com/ofthemonth/wallpaper-march.png alt="Wallpaper Of The Month" border=1></a> ');
document.write('</center>');
}


if (ad==2) {
document.write('<center>');
document.write('<a href=http://mymostwanted.com/forum/blog.php?u=6225&styleid=214><img src=http://www.miley-cyrus.com/ofthemonth/blog-march.png alt="Blog Of The Month" border=1></a> ');
document.write('<a href=http://www.mymostwanted.com/forum/forumdisplay.php?f=2&styleid=214><img src=http://www.miley-cyrus.com/ofthemonth/skin-march.png alt="Forum Skin Of The Month" border=1></a> ');
document.write('<a href=http://www.miley-cyrus.com/lastsong/thelastsong.php><img src=http://www.miley-cyrus.com/ofthemonth/info-march.png alt="Miley Info Special Of The Month" border=1></a> ');
document.write('</center>');
}


if (ad==3) {
document.write('<center>');
document.write('<a href=http://www.mymostwanted.com/gallery/showphoto.php/photo/894768/cat/1703><img src=http://www.miley-cyrus.com/ofthemonth/blend-march.png alt="Blend Of The Month" border=1></a> ');
document.write('<a href=http://www.mymostwanted.com/forum/showthread.php?goto=newpost&t=91945&styleid=214><img src=http://www.miley-cyrus.com/ofthemonth/thread-march.png alt="Forum Thread Of The Month" border=1></a> ');
document.write('<a href=http://mymostwanted.com/forum/blog.php?u=6225&styleid=214><img src=http://www.miley-cyrus.com/ofthemonth/blog-march.png alt="Blog Of The Month" border=1></a> ');
document.write('</center>');
}
// End of hiding -->