function random_imglink(){

var myimages=new Array()

myimages[1]="http://www.kidsofluxury.dk/images/design/forsider/LMJ_FW10_eng.jpg"
myimages[2]="http://www.kidsofluxury.dk/images/design/forsider/LRM_FW10_eng.jpg"
myimages[3]="http://www.kidsofluxury.dk/images/design/forsider/BOBO_CHOSES_FW10_eng.jpg"
myimages[4]="http://www.kidsofluxury.dk/images/design/forsider/SG_FW10_02_banner_eng.jpg"
myimages[5]="http://www.kidsofluxury.dk/images/design/forsider/SG_FW10_banner_eng.jpg"
var imagelinks=new Array()

imagelinks[1]="/shop/little-marc-jacobs-150c1.html"
imagelinks[2]="/shop/little-remix-153c1.html"
imagelinks[3]="/shop/bobo-choses-225c1.html"
imagelinks[4]="/shop/soft-gallery-118c1.html"
imagelinks[5]="/shop/soft-gallery-118c1.html"



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>')
}

