<!--
// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function products() {
};
products = new products();
number = 0;

// bannerArray
products[number++] = "<div id='prod-feat'><div class='feat_img'><img src='images/feat/BR-102-TKW.jpg' alt='BR-102-TKW' /><br /></div><div class='feat_desc'><p>Code:<br /><span class='h6'>BR-102-TKW</span>			<br /><br />Name: <strong>Opium Bed</strong><br /><br />Wood: Teak<br /><br />Available Sizes:<br /><br />King (BR-102-TKW): 245x223x40</br><br />Queen(BR-106-TKW): 245x195x40</p></div></div>"
products[number++] = "<div id='prod-feat'><div class='feat_img'><img src='images/feat/GN-127-TKW.jpg' alt='GN-127-TKW' /><br /></div><div class='feat_desc'><p>Code:<br /><span class='h6'>GN-127-TKW</span>		<br /><br />Name:<br /><strong>Savana Chair</strong><br /><br />Wood: Teak<br /><br />Dimension: 57x87x75</p></div></div>"
products[number++] = "<div id='prod-feat'><div class='feat_img'><img src='images/feat/GN-135-TKW.jpg' alt='GN-135-TKW' /><br /></div><div class='feat_desc'><p>Code:<br /><span class='h6'>GN-135-TKW</span>			<br /><br />Name:<br /><strong>Elephant Chair</strong><br /><br />Wood: Teak<br /><br />Dimension: 59x64x107</p></div></div>"
products[number++] = "<div id='prod-feat'><div class='feat_img'><img src='images/feat/LR-125-SCR.jpg' alt='LR-125-SCR' /><br /></div><div class='feat_desc'><p>Code:<br /><span class='h6'>LR-125-SCR</span>		<br /><br />Name:<br /><strong>Lattice Square Coffee Table</strong><br /><br />Wood: Nyatoh<br /><br />Dimension: 107x107x45</p></div></div>"

// keep adding items here...

increment = Math.floor(Math.random() * number);
document.write(products[increment]);
//-->