<!-- Begin
var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://affiliates.allposters.com/link/redirect.asp?item=2639936&AID=814367359&PSTID=2&LTID=1&lang=1";
alt="M42, the Orion Nebula (Top), and NGC 1977, a Reflection";
banner="http://imagecache2.allposters.com/images/STKPOD/GEN10016S_a.jpg";
width="86";
height="115";
}
if (ad==2) {
txt="";
url="http://affiliates.allposters.com/link/redirect.asp?item=2637206&AID=814367359&PSTID=2&LTID=1&lang=1";
alt="The Triangulum Galaxy";
banner="http://imagecache2.allposters.com/images/STKPOD/GEN10013S_a.jpg";
width="115";
height="86";
}
if (ad==3) {
txt=""; 
url="http://affiliates.allposters.com/link/redirect.asp?item=390598&AID=814367359&PSTID=2&LTID=1&lang=1";
alt="Galaxies Chart - ©Spaceshots ";
banner="http://imagecache2.allposters.com/images/SPA/1324_a.jpg";
width="90";
height="115";
}
if (ad==4) {
txt=""; 
url="http://affiliates.allposters.com/link/redirect.asp?item=2639726&AID=814367359&PSTID=2&LTID=1&lang=1";
alt="Small Magellanic Cloud";
banner="http://imagecache2.allposters.com/images/STKPOD/STK201429S_a.jpg";
width="115";
height="86";
}
if (ad==5) {
txt=""; 
url="http://affiliates.allposters.com/link/redirect.asp?item=373558&AID=814367359&PSTID=2&LTID=1&lang=1";
alt="Solar System - NASA";
banner="http://imagecache2.allposters.com/images/EUR/2400-1000_a.jpg";
width="77";
height="115";
}

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 -->
