var sBrowserDetect = navigator.appVersion;

var bDetectMSIE = (sBrowserDetect.indexOf("MSIE") >= 0);

if ( bDetectMSIE )
	{
		;
	}
	
