var rotateIDs = new Array ("img1","img2","img3","img4","img5","img9","img10","img11","img12","img13","img14","img15","img16","img17");
							arrlength=rotateIDs.length;
							var whichImage = Math.round(Math.random()*(arrlength-1));
							var imageToShow = "<img src=images/"+rotateIDs[whichImage]+".jpg border=0>";
                        document.write("<td width='300' height='129' valign='bottom' align='left'>")
                        document.write(imageToShow);
							document.write("</td>")


