<!--//store the quotations in arrays // -->
images = new Array(5);
images[0] = "<a href = '/products.cfm/Go-Green.1523'><img src='/images/talhp/GoGreenTTF2.gif' border='0'></a>";
images[1] = "<img src='/images/talhp/GoGreenTTF2.gif' border='0'>";
images[2] = "<a href = '/products.cfm/Go-Green.1523'><img src='/images/talhp/GoGreenTTF2.gif' border='0'></a>";
images[3] = "<a href = '/products.cfm/Go-Green.1523'><img src='/images/talhp/GoGreenTTF2.gif' border='0'></a>";
images[4] = "<a href = '/products.cfm/Go-Green.1523'><img src='/images/talhp/GoGreenTTF2.gif' border='0'></a>";
index = Math.floor(Math.random() * images.length);
document.write("<DL>\n");
document.write("<DT>" + "" + images[index] + "\n");
document.write("</DL>\n");