<!--
var agent = navigator.userAgent.toLowerCase();
this.ns = ( ( agent.indexOf('mozilla') != -1 ) && ( ( agent.indexOf('spoofer') == -1 ) && ( agent.indexOf('compatible') == -1 ) ) );
this.ns4 = ( this.ns && ( agent.indexOf('mozilla/4') != -1 ) );
if ( this.ns4 )
{
alert('ERROR: UNSUPPORTED BROWSER\n\nYour browser may not support some of the featues of our Website. Please use another browser or upgrade to the current version of Firefox or Internet Explorer.');
}
// -->
