  function rd() {

     var i = Math.round(Math.random()*10)

     var j = new Array(11)

     j[0]= "headfoto_baumann1.jpg"
     j[1] = "headfoto_gauge1.jpg"
     j[2] = "headfoto_valve1a.jpg"
     j[3] = "headfoto_baumann1a.jpg"
     j[4] =  "headfoto_gauge2.jpg"
     j[5] = "headfoto_valve2.jpg"
	 j[6] = "headfoto_bonnet1.jpg"
	 j[7] = "headfoto_gauge2a.jpg"
	 j[8] = "headfoto_valve2a.jpg"
	 j[9] = "headfoto_bonnet2.jpg"
	 j[10] = "headfoto_guy1.jpg"




      document.head_img.src = "web-headfoto1/" + j[i]


  }



 function pop() {
 
 MM_preloadImages('http://www.emersonprocess.com/buttons/SEARCH_on.gif','http://www.emersonprocess.com/buttons/PLANTWEB_on.gif','http://www.emersonprocess.com/buttons/INDUSTRYCENTERS_on.gif','http://www.emersonprocess.com/buttons/NEWSEVENTS_on.gif','http://www.emersonprocess.com/buttons/CONTACTS_on.gif','http://www.emersonprocess.com/buttons/GLOBAL_on.gif','buttons/Home_over.gif','buttons/Products_over.gif','buttons/Support_over.gif','buttons/Careers_over.gif','buttons/AboutUs_over.gif','buttons/SiteMap_over');
 
 rd();
 window.focus(); 
 }
