function init () { st_onload(); 
  var randomValue =  Math.floor(Math.random() * 10) + 1; 
  var mastheadImage =  GetObjRef ("MastheadImage"); 
  if (mastheadImage) 
    { mastheadImage.src = "/download/258/masthead/0" + randomValue + ".jpg"; }  
}
