var picn = 0; // default image
var picr = 13; // total number of images -1
picn = (Math.round(Math.random()*picr) + 1); // Math.random does not work in NS2
document.write('<img src="/medschool/images/mainlogo_rotation/mainlogo' + picn + '.jpg" width="646" height="48" border=0>');