var bName=navigator.appName;
if (bName.indexOf("Internet Explorer")<0) {

	document.write("<font style=\"font-family:arial;font-size:11px;color:#990000\">Note: this collection of scripts will not function properly on the browser you're using.<br>");
	document.write("Please try again with Microsoft Internet Explorer</font><br><br>");
}

