// <!-- 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.stockholmgamlastan.se/images/annonser/uochm_offer_ebusiness_468x60.gif"
myimages[2]="http://www.stockholmgamlastan.se/images/annonser/uochm_offer_justbookit_468x60.gif"
myimages[3]="http://www.stockholmgamlastan.se/images/annonser/uochm_offer_serach_468x60.gif"
myimages[4]="http://www.stockholmgamlastan.se/images/annonser/uochm_offer_website_468x60.gif"


//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="http://www.uochm.com/offer_ebusiness.php"
imagelinks[2]="http://www.uochm.com/offer_justbookit.php"
imagelinks[3]="http://www.uochm.com/offer_search.php"
imagelinks[4]="http://www.uochm.com/offer_website.php"

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<a href='+'"'+imagelinks[ry]+'"'+' target="_blank" class="bild_lankar"><img src="'+myimages[ry]+'" border=1 alt="Vill du ta del av erbjudandet så klickar du på bilden"></a>')
}
random_imglink()

// end hiding -->

