function random_imglink(){
  var ads=new Array()
  //specify random images below. You can have as many as you wish
  ads[1]="../images/bingo.gif"
	ads[2]="../images/russells.gif"
	ads[3]="../images/wizards.gif"
	ads[4]="../images/souvenirs.gif"
	ads[5]="../images/annies.gif"
	ads[6]="../images/souvenirs.gif"
	ads[7]="../images/larian.gif"
	ads[8]="../images/esther.gif"
	ads[9]="../images/larian.gif"
	ads[10]="../images/luckycuss.gif"
	ads[11]="../images/russells.gif"
	ads[12]="../images/wizards.gif"
	ads[13]="../images/sandwich.gif"
	ads[14]="../images/sandwich.gif"
	ads[15]="../images/crystal.gif"
	ads[16]="../images/annies.gif"
	ads[17]="../images/general.gif"
	ads[18]="../images/billie.gif"
	ads[19]="../images/sixgun.gif"
	ads[20]="../images/esther.gif"
	ads[21]="../images/realestate2.gif"
	ads[22]="../images/azst.gif"
	ads[23]="../images/billie.gif"
	ads[24]="../images/wizards.gif"
	ads[25]="../images/bingo.gif"
	ads[26]="../images/sixgun.gif"
	ads[27]="../images/crystal.gif"
	ads[28]="../images/annies.gif"
	ads[29]="../images/gooseflats.gif"
	ads[30]="../images/sixgun.gif"
	ads[31]="../images/realestate2.gif"
	ads[32]="../images/azst.gif"
	ads[33]="../images/crystal.gif"
	ads[34]="../images/souvenirs.gif"
	ads[35]="../images/souvenirs.gif"
	ads[36]="../images/general.gif"
	ads[37]="../images/esther.gif"
	ads[38]="../images/termite.gif"
	ads[39]="../images/crystal.gif"
	ads[40]="../images/annies.gif"
	ads[41]="../images/souvenirs.gif"
	ads[42]="../images/savedobjects.gif"
	ads[43]="../images/souvenirs.gif"
	ads[44]="../images/savedobjects.gif"
	
  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="../advertisers.html"
  imagelinks[2]="../advertisers.html"
  imagelinks[3]="http://www.the-wizards-workshop.com/"
  imagelinks[4]="http://www.cafepress.com/gooseflats"
  imagelinks[5]="http://www.crazyanniesbordello.com/"
  imagelinks[6]="http://www.cafepress.com/gooseflats"
  imagelinks[7]="http://www.tombstonemotels.com/"
  imagelinks[8]="http://www.missesther.com/"
  imagelinks[9]="http://www.tombstonemotels.com/"
  imagelinks[10]="http://www.luckycusscottages.com/"
  imagelinks[11]="../advertisers.html"
  imagelinks[12]="http://www.the-wizards-workshop.com/"
  imagelinks[13]="advertisers.html"
  imagelinks[14]="advertisers.html"
  imagelinks[15]="http://www.crystalpalacesaloon.com/"
  imagelinks[16]="http://www.crazyanniesbordello.com/"
  imagelinks[17]="../advertisers.html"
  imagelinks[18]="http://www.tombstonerealestate.com/"
  imagelinks[19]="http://www.6guncity.com/"
  imagelinks[20]="http://www.missesther.com/"
  imagelinks[21]="http://www.tombstonerealestate.com/"
  imagelinks[22]="http://www.arizonasunshinetours.com/"
  imagelinks[23]="http://www.tombstonerealestate.com/"
  imagelinks[24]="http://www.the-wizards-workshop.com/"
  imagelinks[25]="../advertisers.html"
  imagelinks[26]="http://www.6guncity.com/"
  imagelinks[27]="http://www.crystalpalacesaloon.com/"
  imagelinks[28]="http://www.crazyanniesbordello.com/"
  imagelinks[29]="http://www.gooseflats.com/"
  imagelinks[30]="http://www.6guncity.com/"
  imagelinks[31]="http://www.tombstonerealestate.com/"
  imagelinks[32]="http://www.arizonasunshinetours.com/"
  imagelinks[33]="http://www.crystalpalacesaloon.com/"
  imagelinks[34]="http://www.cafepress.com/gooseflats"
  imagelinks[35]="http://www.cafepress.com/gooseflats"
  imagelinks[36]="../advertisers.html"
  imagelinks[37]="http://www.missesther.com/"
  imagelinks[38]="../advertisers.html"
  imagelinks[39]="http://www.crystalpalacesaloon.com/"
  imagelinks[40]="http://www.crazyanniesbordello.com/"
  imagelinks[41]="http://www.cafepress.com/gooseflats"
  imagelinks[42]="../advertisers.html"
  imagelinks[43]="http://www.cafepress.com/gooseflats"
  imagelinks[44]="../advertisers.html"
  
  var ry=Math.floor(Math.random()*ads.length)

  if (ry==0)
     ry=1
     document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+ads[ry]+'" border=0 /></a>')
}

  random_imglink()