﻿var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://twitter.com/trishstratuscom";
alt="TrishStratus.com on Twitter";
banner="temp_twitter.jpg";
width="637";
height="80";
}
if (ad==2) {
url="/news/index.php?news=668";
alt="Bail Enforcers starring Trish Stratus";
banner="temp_bailenforcersmovie.jpg";
width="637";
height="80";
}
if (ad==3) {
url="/news/index.php?news=627";
alt="Stratusphere Yoga for Wii";
banner="temp_wiigame1.jpg";
width="637";
height="80";
}
if (ad==4) {
url="http://www.youtube.com/trishstratuscom";
alt="TrishStratus.com on YouTube";
banner="temp_youtube.jpg";
width="637";
height="80";
}
if (ad==5) {
url="http://twitter.com/trishstratuscom";
alt="TrishStratus.com on Twitter";
banner="temp_twitter.jpg";
width="637";
height="80";
}
if (ad==6) {
url="http://www.youtube.com/trishstratuscom";
alt="TrishStratus.com on YouTube";
banner="temp_youtube.jpg";
width="637";
height="80";
}
document.write('<left>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</left>');