<!--

// Random Homepage Main Area

function image() {
};

image = new image();
number = 0;

// imageArray
image[number++] = "<p>Heavy Duty Door Catch</p><a href='/catalog/cart.php?m=product_detail&p=128'><img src='/images/inside_featuredprod_1.jpg' alt='Featured Product' width='154' height='122' /></a>"
image[number++] = "<p>EZ-Set Fascinite Lever</p><a href='/catalog/cart.php?m=product_detail&p=17'><img src='/images/inside_featuredprod_2.jpg' alt='Featured Product' width='154' height='122' /></a>"
image[number++] = "<p>EZ-Set Royal Lever</p><a href='/catalog/cart.php?m=product_detail&p=79'><img src='/images/inside_featuredprod_3.jpg' alt='Featured Product' width='154' height='122' /></a>"

increment = Math.floor(Math.random() * number);

document.write(image[increment]);

//-->
