<!--
// 221px 221px
jmp = new Array();
img = new Array();
jmp[0] = "http://www.rug-carpetshop.com/rugmat/north_europe/101.html";
jmp[1] = "http://www.rug-carpetshop.com/rugmat/shaggy/tof212.html";
jmp[2] = "http://www.rug-carpetshop.com/mat/entrance_mat/jasmine.html";
jmp[3] = "http://www.rug-carpetshop.com/curtain/northball.html";
img[0] = "images/main-random1.jpg";
img[1] = "images/main-random2.jpg";
img[2] = "images/main-random3.jpg";
img[3] = "images/main-random5.jpg";
n = Math.floor(Math.random()*jmp.length);
document.write("<a href='"+jmp[n]+"'>");
document.write("<img src='"+img[n]+"' border='0'>");
document.write("</a>");
//-->
