var url=location.href;
if (url=="http://www.isnf.org")
{
	document.write("<script type=\"text/javascript\" language=\"javascript\">");
		document.write("var correctwidth=1280");
		document.write("var correctheight=800");
		document.write("if (screen.width!=correctwidth||screen.height!=correctheight){");
			document.write("alert(\"This webpage is best viewed with screen resolution \"+correctwidth+\"*\"+correctheight+\". Your current resolution is \"+screen.width+\"*\"+screen.height+\". If possible, please change the resolution. Efforts are being made to make this website compatible for all screen resolutions.\")}");
	document.write("</script>");
	document.write("<script type=\"text/javascript\">");
		document.write("disableSelection(document.body)");
	document.write("</script>");
	document.write("<script type=\"text/javascript\" language=\"javascript\">");
		document.write("var browserName=navigator.appName;");
		document.write('if (browserName!="Microsoft Internet Explorer")');
		document.write("{");
			document.write('alert("This webpage is best viewed with Internet Explorer 5+. Efforts are being made to make this website compatible for all browsers.");');
		document.write("}");
	document.write("</script>");
}