function banners_right(){

  var myimages=new Array()
  myimages[1]="http://thrilling-tales.webomator.com/projects/common/ad_C_BuyBooks_01.jpg"
  myimages[2]="http://thrilling-tales.webomator.com/projects/common/ad_C_Retropolis_01.jpg"
  myimages[3]="http://thrilling-tales.webomator.com/projects/common/ad_C_Retropolis_02.jpg"
  myimages[4]="http://thrilling-tales.webomator.com/projects/common/ad_C_BuyBooks_01.jpg"
  myimages[5]="http://thrilling-tales.webomator.com/projects/common/banner_calendars.jpg"

  var imagealts=new Array()
  imagealts[1]="Buy The Thrilling Tales Books"
  imagealts[2]="Posters & T-Shirts from the World of Tomorrow"
  imagealts[3]="Retro Future Art & Merchandise"
  imagealts[4]="Buy The Thrilling Tales Books"
  imagealts[5]="Thrilling Tales Calendars"

  var imagelinks=new Array()
  imagelinks[1]="http://thrilling-tales.webomator.com/buy_books.shtml"
  imagelinks[2]="http://shop.webomator.com/retropolis/"
  imagelinks[3]="http://shop.webomator.com/retropolis/"
  imagelinks[4]="http://thrilling-tales.webomator.com/buy_books.shtml"
  imagelinks[5]="http://shop.webomator.com/cgi-bin/retropolis.cgi/retropolis_calendars"
  
  var imagetargets=new Array()
  imagetargets[1]="_self"
  imagetargets[2]="_blank"
  imagetargets[3]="_blank"
  imagetargets[4]="_self"
  imagetargets[5]="_blank"

  var ry=Math.floor(Math.random()*myimages.length)

  if (ry==0)
     ry=1
     document.write('<div class="ad_right_wrapper"><a href='+'"'+imagelinks[ry]+'" target="'+imagetargets[ry]+'"><img class="ad_right" src="'+myimages[ry]+'" alt="'+imagealts[ry]+'" border=0 width=154 height=332 /></a></div>');
	 
}

function banners_footer(){

  var myimages=new Array()
  myimages[1]="http://shop.webomator.com/retropolis/banners/Retropolis_LB_B.jpg"
  myimages[2]="http://shop.webomator.com/celtic-art-works/banners/Celtic_Art_Works_Leaderboard.jpg"
  myimages[3]="http://shop.webomator.com/retropolis/banners/Retropolis_LB_B.jpg"
  myimages[4]="http://shop.webomator.com/celtic-art-works/banners/Celtic_Art_Works_Leaderboard.jpg"
 
  var imagealts=new Array()
  imagealts[1]="The Art of Retropolis"
  imagealts[2]="Celtic Knotwork Design Gifts"
  imagealts[3]="The Art of the Retro Future"
  imagealts[4]="Celtic Art T-Shirts"

  var imagelinks=new Array()
  imagelinks[1]="http://shop.webomator.com/retropolis/"
  imagelinks[2]="http://shop.webomator.com/celtic-art-works/"
  imagelinks[3]="http://shop.webomator.com/retropolis/"
  imagelinks[4]="http://shop.webomator.com/celtic-art-works/"

  var ry=Math.floor(Math.random()*myimages.length)

  if (ry==0)
     ry=1
     document.write('<a href='+'"'+imagelinks[ry]+'" target="_bws"><img class="ad_bottom" src="'+myimages[ry]+'" alt="'+imagealts[ry]+'" border=0 width=728 height=90></a>');
}
