NumberOfImagesToRotate=161
FirstPart='<img src="http://www.mapformation.com/images/header/header'
LastPart='.png" width="100%" min-width="800" height="97">'
function printImage(){
var r=Math.ceil(Math.random()*NumberOfImagesToRotate)
document.write(FirstPart+r+LastPart);}
