<!-- Begin
var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Sexy Celebs Without Makeup";
url="http://www.hereinreality.com/makeup.htm";
alt="";
banner="http://www.hereinreality.com/funnystuff/musmall.jpg";
width="104";
height="50";
}
if (ad==2) {
txt="Funny Osama Pics"; 
url="http://www.hereinreality.com/funnystuff/osama/";
alt="";
banner="http://www.hereinreality.com/jokes/tposama.jpg";
width="110";
height="96";
}
if (ad==3) {
txt="What Not to Do"; 
url="http://www.hereinreality.com/dont/";
alt="";
banner="http://www.hereinreality.com/dont/twister_small.jpg";
width="66";
height="42";
}
if (ad==4) {
txt="Optical Illusions"; 
url="http://www.hereinreality.com/optical/";
alt="";
banner="http://www.hereinreality.com/optical/optical7_small.gif";
width="72";
height="65";
}
if (ad==5) {
txt="George W Girls"; 
url="http://www.hereinreality.com/wgirls/";
alt="";
banner="http://www.hereinreality.com/jokes/wgsm.jpg";
width="102";
height="113";
}
if (ad==6) {
txt="Funny Bush Pics"; 
url="http://www.hereinreality.com/bushwhack/";
alt="";
banner="http://www.hereinreality.com/bushwhack/puppet_small.jpg";
width="90";
height="95";
}
document.write('<center>');
document.write('<a href=\"' + url + '\">');
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 -->