function random_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="/bilder/slump/menytop/522sp.jpg"
  myimages[2]="/bilder/slump/menytop/622sp.jpg"
  myimages[3]="/bilder/slump/menytop/750sp.jpg"
    myimages[4]="/bilder/slump/menytop/750spd.jpg"
	  myimages[5]="/bilder/slump/menytop/750spi.jpg"
	    myimages[6]="/bilder/slump/menytop/780brcab.jpg"
		  myimages[7]="/bilder/slump/menytop/840cab.jpg"
		    myimages[8]="/bilder/slump/menytop/840cc.jpg"
			  myimages[9]="/bilder/slump/menytop/840fb.jpg"
			    myimages[10]="/bilder/slump/menytop/840fbf.jpg"
				  myimages[11]="/bilder/slump/menytop/960cab.jpg"
				    myimages[12]="/bilder/slump/menytop/1230cab.jpg"
									    myimages[13]="/bilder/slump/menytop/622spd.jpg"


  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="/522sp.shtm"
  imagelinks[2]="/622sp.shtm"
  imagelinks[3]="/750sp.shtm"
    imagelinks[4]="/750spd.shtm"
	  imagelinks[5]="/750spi.shtm"
	    imagelinks[6]="/780brcab.shtm"
		  imagelinks[7]="/840cab.shtm"
		    imagelinks[8]="/840cc.shtm"
			  imagelinks[9]="/840fb.shtm"
			    imagelinks[10]="/840fbf.shtm"
				imagelinks[11]="/960cab.shtm"
				imagelinks[12]="/1230cab.shtm"
								imagelinks[13]="622spd.shtm"


  var ry=Math.floor(Math.random()*myimages.length)

  if (ry==0)
     ry=1
     document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>')
}

  random_imglink()
