NumberOfImagesToRotate=8;FirstPart='<img src="RandomImages/image';LastPart='.jpg" width="200" alt="Examples of Our Work">';function printImage(){var r=Math.ceil(Math.random() * NumberOfImagesToRotate);document.write(FirstPart+r+LastPart);}