<!-- 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('<A HREF="http://www.mymostwanted.com/forum/showthread.php?t=72745" target=_blank>');
document.write('<img src=http://miley-cyrus.com/video-pics/vanessa-hudgens-e-news-june28-08-pv-1lr.jpg width=185></a><br><br>');
document.write('<A HREF="http://www.mymostwanted.com/forum/showthread.php?t=72745" target=_blank>Vanessa Hudgens E! News interview video</a>');
document.write('<br><br>');
document.write('<A HREF="http://www.vanessaannehudgens.net/videos.php"><font size=1>---more videos---</font></a>');
}

if (ad==2) {
document.write('<A HREF="http://www.mymostwanted.com/forum/showthread.php?t=12260" target=_blank>');
document.write('<img src=http://www.vanessaannehudgens.net/video-pics/vanessa-hudgens-gma-26sept06-1lr.jpg width=185></a><br><br>');
document.write('<A HREF="http://www.mymostwanted.com/forum/showthread.php?t=12260" target=_blank>Vanessa Hudgens performing on GMA - HD quality video</a>');
document.write('<br><br>');
document.write('<A HREF="http://www.vanessaannehudgens.net/videos.php"><font size=1>---more videos---</font></a>');
}

if (ad==3) {
document.write('<A HREF="http://www.mymostwanted.com/forum/showthread.php?t=70898" target=_blank>');
document.write('<img src=http://www.mymostwanted.com/video-pics/hsm3-behind-the-scenes-gma-20may08-3lr.jpg width=185></a><br><br>');
document.write('<A HREF="http://www.mymostwanted.com/forum/showthread.php?t=70898" target=_blank>Vanessa Hudgens backstage HSM3 on GMA</a>');
document.write('<br><br>');
document.write('<A HREF="http://www.vanessaannehudgens.net/videos.php"><font size=1>---more videos---</font></a>');
}

// End of hiding -->