function load_email() {
	if(location.search && location.search.substring(7,10)=="yes") {
		document.getElementById('pack').innerHTML=items[1]; 
		document.getElementById('im2').src='images/hae_ws_off.jpg';
		document.getElementById('im1').src='images/hae_off.jpg';
		document.getElementById('pic_host').src='images/pic_hae_ws.jpg';
	   }
	}