<!--
function image() {
};

image = new image();
number = 0;

// imageArray
image[number++] = "<img border='0' src='images/hp_products/acucast-home01.jpg' width='266' height='217'>"
image[number++] = "<img border='0' src='images/hp_products/acucast-home02.jpg' width='266' height='217'>"
image[number++] = "<img border='0' src='images/hp_products/acucast-home03.jpg' width='266' height='217'>"
image[number++] = "<img border='0' src='images/hp_products/acucast-home04.jpg' width='266' height='217'>"
image[number++] = "<img border='0' src='images/hp_products/acucast-home05.jpg' width='266' height='217'>"
image[number++] = "<img border='0' src='images/hp_products/acucast-home06.jpg' width='266' height='217'>"
image[number++] = "<img border='0' src='images/hp_products/acucast-home07.jpg' width='266' height='217'>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(image[increment]);

//-->