NumberOfImagesToRotate=1
FirstPart='<img src="http://www.nationalpurity.com/images/header/header'
LastPart='.jpg" height="100">'
function printImage(){
var r=Math.ceil(Math.random()*NumberOfImagesToRotate)
document.write(FirstPart+r+LastPart);}