function browserPop(){
	up_div=document.getElementById('update');
	if(navigator.userAgent.indexOf('MSIE 6')!=-1){
	up_div.innerHTML='<h3 style="text-align: center;">You Need to Upgrade Your Browser!</h3><br/><div style="float:left"><a href="http://www.firefox.com">Firefox 2 (Recomended)</a><br/><a href="http://www.firefox.com"><img src="images/firefox.png" alt="Firefox" style="border: 0px solid ; width: 320px; height: 120px;"></a></div><div style="float:left"><a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx">Internet Explorer 7 (Not Recomended)</a><br/><a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx"><img style="border: 0px solid ; width: 320px; height: 120px;" alt="Internet Explorer" src="images/ie.png"></a></div>';
	up_div.style.height="200px";
	up_div.style.width="660px";
	}

}

