<!--
var b1dis = "<a href=\"";
var bdis = "\"><img src=\"";
var edis = " width=\"130\" height=\"143\" alt=\"GSB Print Products\" border=\"0\"></a>";
var rnumb = "";
var img = "";

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

if (img == "0") {
document.write(b1dis+ "/products/print/index.html" +bdis+ "/images/random/hold_ps1.jpg\"" +edis);
}

if (img == "1") {
document.write(b1dis+ "/products/print/index.html" +bdis+ "/images/random/hold_ps2.jpg\"" +edis);
}

if (img == "2") {
document.write(b1dis+ "/products/print/PressroomSpec.htm" +bdis+ "/images/random/hold_prs.jpg\"" +edis);
}

if (img == "3") {
document.write(b1dis+ "/products/print/PlateCleaner.htm" +bdis+ "/images/random/hold_pcg.jpg\"" +edis);
}


// -->