<!--

images = new Array(1);

images[0] = "<table width='195'  border='0' cellspacing='0' cellpadding='0'><tr><td><img src='images/rightColumn/1a.jpg' width='195' height='192'></td></tr><tr><td bgcolor='#DFC28B'><img src='images/rightColumn/1b.gif' width='195' height='37'></td></tr></table><table width='195'  border='0' cellspacing='0' cellpadding='0'><tr><td width='20' bgcolor='#DFC28B'><img src='images/spacerClear.gif' width='20' height='20'></td><td width='160' bgcolor='#DFC28B' class='rightColumn'>Take a closer look at some of our products<br><br><a href='gallery.htm' class='rightColumnLink'>&raquo; More info . . . </a></td><td width='15' bgcolor='#DFC28B'><img src='images/spacerClear.gif' width='15' height='20'></td></tr></table><table width='195' border='0' cellspacing='0' cellpadding='0'><tr><td bgcolor='#DFC28B'><img src='images/rightColumn/base.gif' width='195' height='26'></td></tr></table>";

index = Math.floor(Math.random() * images.length);

document.write("" + images[index] + "");

// -->

