
<!--
var b1dis = "<a href=\"";
var blank = "\"target=\"";
var bdis = "\"><img src=\"";
var edis = " width=\"160\" height=\"160\" alt=\"Jedwab Designs\" border=\"0\"></a>";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*6);
img = rnumb;

if (img == "0") {
document.write(b1dis+ "thebox.html" +bdis+ "images/thebox/i_love_tea2_160.jpg\" title=\"The Box\"" +edis);
}


if (img == "1") {
document.write(b1dis+ "thebox.html" +bdis+ "images/thebox/i_love_tea160.jpg\" title=\"The Box\"" +edis);
}

if (img == "2") {
document.write(b1dis+ "thebox.html" +bdis+ "images/thebox/millennium_160.jpg\" title=\"The Box\"" +edis);
}

if (img == "3") {
document.write(b1dis+ "thebox.html" +bdis+ "images/thebox/millennium2_160.jpg\" title=\"The Box\"" +edis);
}

if (img == "4") {
document.write(b1dis+ "thebox.html" +bdis+ "images/thebox/tee_gold160.jpg\" title=\"The Box\"" +edis);
}

if (img == "5") {
document.write(b1dis+ "thebox.html" +bdis+ "images/thebox/tee_silver160.jpg\" title=\"The Box\"" +edis);
}
// -->