var br=new Array(4);
br=getBrowser();
if (br[0] != 'msie')
{
	document.write("<div id='error'><img src='../images/help/error.gif' align='left' /><h1 style='font-family:Georgia, Times; font-size:85%;font-weight:none; color:#FF0000;'>"+br[0]+" "+br[1]+" is not compatible with the GIS Mapping System</h2><p>Internet Exlorer is required to view the site.</p></div>");	
}
