<!-- //Nautical Home Promos store the quotations in arrays // -->
images = new Array(5);
images[0] = "<a href = '/vendor.cfm/507,Weems_and_Plath_Nautical_Supply,MX1'><img Alt='Weems & Plath Nautical Supply' src='/images/nh-hp/nh-promo-17.jpg' border='0'></a>";
images[1] = "<a href = 'http://www.teakalook.com'><img Alt='www.teakalook.com' src='/images/nh-hp/nh-promo-17.jpg' border='0'></a>";
images[2] = "<a href = '/vendor.cfm/507,Weems_and_Plath_Nautical_Supply,MX1'><img Alt='Weems & Plath Nautical Supply' src='/images/nh-hp/nh-promo-17.jpg' border='0'></a>";
images[3] = "<a href = '/vendor.cfm/507,Weems_and_Plath_Nautical_Supply,MX1'><img Alt='Weems & Plath Nautical Supply' src='/images/nh-hp/nh-promo-17.jpg' border='0'></a>";
index = Math.floor(Math.random() * images.length);
document.write("<DL>\n");
document.write("<DT>" + "" + images[index] + "\n");
document.write("</DL>\n");