<!--

// Random Homepage Main Area

function image() {
};

image = new image();
number = 0;

// imageArray
//image[number++] = "9000 Door Closer<br /><img src='images/home_img_featured_2.jpg' alt='Featured Product' width='149' height='89' />"
image[number++] = "Juran Lever<br /><a href='/catalog/cart.php?m=product_detail&p=74'><img src='images/home_img_featured_3.jpg' alt='Featured Product' width='149' height='89' /></a>"
image[number++] = "Palmer Lever<br /><a href='/catalog/cart.php?m=product_detail&p=78'><img src='images/home_img_featured_4.jpg' alt='Featured Product' width='149' height='89' /></a>"

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

document.write(image[increment]);

//-->