<!-- Begin
var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Hug Somebody!";
url="http://www.hereinreality.com/funnystuff/hugs.html/";
alt="";
banner="http://www.hereinreality.com/funnystuff/tinybearhug.gif";
width="56";
height="61";
}
if (ad==2) {
txt="Bar Jokes";
url="http://www.hereinreality.com/barjokes/";
alt="";
banner="http://www.hereinreality.com/funnystuff/bjokes.jpg";
width="76";
height="50";
}
if (ad==3) {
txt="Toolbox"; 
url="http://www.hereinreality.com/toolbox/index.html";
alt="";
banner="http://www.hereinreality.com/toolbox/hrtoolboxsm.gif";
width="62";
height="59";
}
if (ad==4) {
txt="Golf Jokes"; 
url="http://www.hereinreality.com/teedoff.html";
alt="";
banner="http://www.hereinreality.com/funnystuff/vsmtee.jpg";
width="38";
height="39";
}
if (ad==5) {
txt=""; 
url="http://www.hereinreality.com/games/checkers.html";
alt="";
banner="http://www.hereinreality.com/images/checkboard.jpg";
width="91";
height="57";
}
if (ad==6) {
txt="Religious Experience"; 
url="http://www.hereinreality.com/starseed/";
alt="";
banner="http://www.hereinreality.com/jsreligious.gif";
width="38";
height="64";
}
if (ad==7) {
txt="Moon Somebody!"; 
url="http://www.hereinreality.com/funnystuff/moon.html";
alt="";
banner="http://www.hereinreality.com/funnystuff/moonie.jpg";
width="47";
height="46";
}
document.write('<center>');
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('</center>');
// End -->
