<!--
// ‰¡220px c221px
jmp = new Array();
img = new Array();
jmp[0] = "http://www.rug-carpetshop.com/rugmat/north_europe/cosmetics_shaggy.html";
jmp[1] = "http://www.rug-carpetshop.com/rugmat/north_europe/cosmetics_shaggy.html";
jmp[2] = "http://www.rug-carpetshop.com/rugmat/shaggy/tof261.html";
jmp[3] = "http://www.rug-carpetshop.com/curtain/aster.html";
img[0] = "images/cosmetics_shaggy_j.jpg";
img[1] = "images/cosmetics_shaggy2_j.jpg";
img[2] = "images/261_j.jpg";
img[3] = "images/main-random6.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>");
//-->
