function image() { }; 
image = new image();
number = 0; 
// imageArray
image[number++] = "<img src='images/apm_masthead_right-1.jpg' alt='Services Tailored Around You' width='400' height='100' border='0' />"
image[number++] = "<img src='images/apm_masthead_right-2.jpg' alt='Services Tailored Around You' width='400' height='100' border='0' />"
image[number++] = "<img src='images/apm_masthead_right-3.jpg' alt='Services Tailored Around You' width='400' height='100' border='0' />"
image[number++] = "<img src='images/apm_masthead_right-4.jpg' alt='Services Tailored Around You' width='400' height='100' border='0' />"
image[number++] = "<img src='images/apm_masthead_right-5.jpg' alt='Services Tailored Around You' width='400' height='100' border='0' />"
increment = Math.floor(Math.random() * number);  document.write(image[increment]);