function random_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="http://i1012.photobucket.com/albums/af249/skull-crusher/flyers/municipal.jpg"
  myimages[2]="http://i1012.photobucket.com/albums/af249/skull-crusher/flyers/obituary2010small.jpg"
  myimages[3]="http://i1012.photobucket.com/albums/af249/skull-crusher/flyers/suffocation-small.jpg"
  myimages[4]="http://i1012.photobucket.com/albums/af249/skull-crusher/flyers/wasp.jpg"
  myimages[5]="http://i1012.photobucket.com/albums/af249/skull-crusher/flyers/epica.jpg"
  myimages[6]="http://i1012.photobucket.com/albums/af249/skull-crusher/flyers/HIRAXPeru2010d.jpg"
  myimages[7]="http://i1012.photobucket.com/albums/af249/skull-crusher/flyers/DreamTheaterenLimaDreamTheaterenLim.jpg"
  
  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="http://i1012.photobucket.com/albums/af249/skull-crusher/flyers/municipal.jpg"
  imagelinks[2]="http://i1012.photobucket.com/albums/af249/skull-crusher/flyers/obituary2010small.jpg"
  imagelinks[3]="http://i1012.photobucket.com/albums/af249/skull-crusher/flyers/suffocation-small.jpg"
  imagelinks[4]="http://i1012.photobucket.com/albums/af249/skull-crusher/flyers/wasp.jpg"
  imagelinks[5]="http://i1012.photobucket.com/albums/af249/skull-crusher/flyers/epica.jpg"
  imagelinks[6]="http://i1012.photobucket.com/albums/af249/skull-crusher/flyers/HIRAXPeru2010d.jpg"
  imagelinks[7]="http://i1012.photobucket.com/albums/af249/skull-crusher/flyers/DreamTheaterenLimaDreamTheaterenLim.jpg"
  
  var ry=Math.floor(Math.random()*myimages.length)

  if (ry==0)
     ry=1
     document.write('<a href='+'"'+imagelinks[ry]+'"'+' target=_self rel=thumbnail title=WWW.Skull-Crusher.COM><img src="'+myimages[ry]+'" width=300 border=0></a>')

	 
}