images = new Array(3);
images[0]='<img src="images/silver_mainImage_1.jpg" alt="" width="632" height="354" border="0" usemap="#mainImg1">';
images[1]='<img src="images/silver_mainImage_2.jpg" alt="" width="632" height="354" border="0" usemap="#mainImg2">';
images[2]='<img src="images/silver_mainImage_3.jpg" alt="" width="632" height="354" border="0" usemap="#mainImg3">';

index=Math.floor(Math.random() * images.length);

document.write(images[index]);
