// <!-- Hide from old browsers
function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="http://www.presentreklamab.com/bilder/bildvxl2_1.jpg"
myimages[2]="http://www.presentreklamab.com/bilder/bildvxl2_2.jpg"
myimages[3]="http://www.presentreklamab.com/bilder/bildvxl2_3.jpg"
myimages[4]="http://www.presentreklamab.com/bilder/bildvxl2_4.jpg"
myimages[5]="http://www.presentreklamab.com/bilder/bildvxl2_5.jpg"


//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="http://www.presentreklamab.com/ebutiken/index.php?cPath=43_86"
imagelinks[2]="http://www.presentreklamab.com/ebutiken/index.php?cPath=43_50"
imagelinks[3]="http://www.presentreklamab.com/ebutiken/index.php?cPath=65"
imagelinks[4]="http://www.presentreklamab.com/ebutiken/index.php?cPath=8"
imagelinks[5]="http://www.presentreklamab.com/brodyr.php"

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 alt="Vill du veta mer så klickar du på bilden"></a>')
}
random_imglink()

// end hiding -->
