<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
url="http://www.silentatmosphere.com/boo/";
alt="Silentatmosphere Topsite";
banner="http://www.silentatmosphere.com/boo/button.php?u=blaqheartedstar";
width="88";
height="31";}

if (ad==2) {
url="http://retro-freak.org/topsite/";
alt="Retro Freak Topsite";
banner="http://retro-freak.org/topsite/button.php?u=blaqheartedstar";
width="88";
height="31";}

if (ad==3) {
url="http://vampirefreaks.com/topsites/vote.php?type=1&id=355";
alt="Vampire Freaks Topsite";
banner="http://www.silentatmosphere.com/images/silent/vftopsite.jpg";
width="88";
height="31";}



document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a>');
// End-->