<!-- Truly the Finest Promos //store the quotations in arrays // -->
images = new Array(6);
images[0] = "<a href = '/products.cfm/Copper-Cookware.806.1.picture'><img src='/images/ttfhp/ttf-Fall-Promo1.gif' alt='Copper Cookware' border='0'></a>";
images[1] = "<a href = '/products.cfm/Copper-Cookware.806.1.picture'><img src='/images/ttfhp/ttf-Fall-Promo1.gif' alt='Copper Cookware' border='0'></a>";
images[2] = "<a href = '/products.cfm/Copper-Cookware.806.1.picture'><img src='/images/ttfhp/ttf-Fall-Promo1.gif' alt='Copper Cookware' border='0'></a>";
images[3] = "<a href = '/products.cfm/Copper-Cookware.806.1.picture'><img src='/images/ttfhp/ttf-Fall-Promo1.gif' alt='Copper Cookware' border='0'></a>";
images[4] = "<a href = '/products.cfm/Copper-Cookware.806.1.picture'><img src='/images/ttfhp/ttf-Fall-Promo1.gif' alt='Copper Cookware' border='0'></a>";
images[5] = "<a href = '/products.cfm/Copper-Cookware.806.1.picture'><img src='/images/ttfhp/ttf-Fall-Promo1.gif' alt='Copper Cookware' border='0'></a>";
index = Math.floor(Math.random() * images.length);
document.write("<DL>\n");
document.write("<DT>" + "" + images[index] + "\n");
document.write("</DL>\n");