function loadit(){
var val = location.href
	if (val!='')
	{
	var user = val.slice(val.indexOf("val")+4)
		if(user==0){
document.getElementById("imageload").innerHTML='<img src="/images/Mainc20-header.jpg" alt="Managing diabetes has its challenges - and rewards." border=0 width=505 height=203>';
}
else if(user==1){
document.getElementById("imageload").innerHTML='<img src="/images/p10-header.jpg" alt="Most people with type 2 diabetes need medicine to help control their blood sugar." border=0 width=505 height=203>';
}	

		
		}
}