function bnr172x60(page_urlx,graphic_urlx,alt_textx)
{
this.page_urlx = page_urlx
this.graphic_urlx = graphic_urlx
this.alt_textx = alt_textx
}
bnrs172x60 = new Array(
new bnr172x60("http://www.sf-fandom.com/vb/fantasy_tv/legend-seeker/","http://images.xenite.org/exchange/172x60/seeker-forum-01.jpg","CLICK HERE to join the Legend of the Seeker discussion at SF-Fandom!"),
new bnr172x60("http://www.sf-fandom.com/vb/fantasy_tv/legend-seeker/","http://images.xenite.org/exchange/172x60/seeker-forum-02.jpg","CLICK HERE to join the Legend of the Seeker discussion at SF-Fandom!"),
new bnr172x60("http://www.xenite.org/tv/legend-of-the-seeker/","http://images.xenite.org/exchange/172x60/legend-of-the-seeker-01.jpg","CLICK HERE to visit Xenite.Org's Legend of the Seeker fan site!"),
new bnr172x60("http://www.xenite.org/tv/legend-of-the-seeker/","http://images.xenite.org/exchange/172x60/legend-of-the-seeker-02.jpg","CLICK HERE to visit Xenite.Org's Legend of the Seeker fan site!"),
new bnr172x60("http://movies.xenite.org/john-carter-of-mars/","http://images.xenite.org/exchange/172x60/john-carter-of-mars-01.jpg","CLICK HERE to read the latest John Carter of Mars news!"),
new bnr172x60("http://movies.xenite.org/john-carter-of-mars/","http://images.xenite.org/exchange/172x60/john-carter-of-mars-02.jpg","CLICK HERE to read the latest John Carter of Mars news!"),
new bnr172x60("http://www.xenite.org/tv/stargate/twitter/","http://images.xenite.org/exchange/172x60/stargate-twitter-01.jpg","CLICK HERE to follow the cast of Stargate on Twitter through a single dashboard!"),
new bnr172x60("http://www.sf-fandom.com/vb/science_fiction_tv/fringe/","http://images.xenite.org/exchange/172x60/fringe-forum-01.jpg","CLICK HERE to join in Fringe forum discussions at SF-Fandom!"),
new bnr172x60("http://movies.xenite.org/marvel-movies/","http://images.xenite.org/exchange/172x60/marvel-movies-channel-01.jpg","CLICK HERE to watch the Marvel Movies Channel on Xenite.Org!"),
new bnr172x60("http://movies.xenite.org/john-carter-of-mars/","http://images.xenite.org/exchange/172x60/john-carter-of-mars-01.jpg","CLICK HERE to read the latest John Carter of Mars news!"),
new bnr172x60("http://movies.xenite.org/john-carter-of-mars/","http://images.xenite.org/exchange/172x60/john-carter-of-mars-02.jpg","CLICK HERE to read the latest John Carter of Mars news!"),
new bnr172x60("http://www.xenite.org/tv/stargate/twitter/","http://images.xenite.org/exchange/172x60/stargate-twitter-01.jpg","CLICK HERE to follow the cast of Stargate on Twitter through a single dashboard!"),
new bnr172x60("http://movies.xenite.org/harry-potter/","http://images.xenite.org/exchange/172x60/harry-potter-wb-channel-01.jpg","CLICK HERE for the Harry Potter movies channel!"),
new bnr172x60("http://movies.xenite.org/fox-movies/","http://images.xenite.org/exchange/172x60/fox-movies-channel-01.jpg","CLICK HERE for Fox Movies Channel videos and news!"),
new bnr172x60("http://www.sf-fandom.com/vb/fantasy_tv/legend-seeker/","http://images.xenite.org/exchange/172x60/seeker-forum-01.jpg","CLICK HERE to join the Legend of the Seeker discussion at SF-Fandom!"),
new bnr172x60("http://www.sf-fandom.com/vb/fantasy_tv/legend-seeker/","http://images.xenite.org/exchange/172x60/seeker-forum-02.jpg","CLICK HERE to join the Legend of the Seeker discussion at SF-Fandom!"),
new bnr172x60("http://www.xenite.org/tv/legend-of-the-seeker/","http://images.xenite.org/exchange/172x60/legend-of-the-seeker-01.jpg","CLICK HERE to visit Xenite.Org's Legend of the Seeker fan site!"),
new bnr172x60("http://www.xenite.org/tv/legend-of-the-seeker/","http://images.xenite.org/exchange/172x60/legend-of-the-seeker-02.jpg","CLICK HERE to visit Xenite.Org's Legend of the Seeker fan site!"),
new bnr172x60("http://www.worldfitforkids.org/","http://images.xenite.org/exchange/172x60/awffk-01.jpg","CLICK HERE to donate to A World Fit For Kids!"),
new bnr172x60("http://www.middle-earthradio.com/talk-show","http://images.xenite.org/exchange/172x60/middle-earth-talk-radio-01.jpg","CLICK HERE to listen to Middle-earth Talk Radio!")
);
SBPtr = Math.floor((Math.random() * bnrs172x60.length))
document.writeln("<a href='"+bnrs172x60[SBPtr].page_urlx+"'>")
document.writeln("<img src='"+bnrs172x60[SBPtr].graphic_urlx+"' width=172 height=60 border=0")
document.writeln("alt='"+bnrs172x60[SBPtr].alt_textx+"' name='BannerAd'>")
document.writeln("</a>")
var linkcount;
function checklinks() {
  if (!(linkcount==document.links.length)) {
   // Something changed the links!
   // Iterate for an id of _goog
   for (i=0; i < document.links.length; i++) {
    if (document.links[i].id.substring(0,5)=="_goog") {
     // If we find an id of _goog then remove the link!
     var tr = document.links[i].parentTextEdit.createTextRange();
     tr.moveToElementText(document.links[i]);
     tr.execCommand("Unlink",false);
     tr.execCommand("Unselect",false);
    }
   }
  }
   setTimeout("checklinks()",500);
}
if (document.getElementById && document.createElement) {
  linkcount=document.links.length;
  setTimeout("checklinks()",500);
}
