	<script language="javascript1.1">
			var strValue = document.location.href;
			var temp1 = strValue.indexOf("www.");
			var temp2 = strValue.indexOf("tps://");
			
			
			if (temp1 < 1){
				url = "https://www.numisnetwork.com/premier";
				window.location.replace(url);
			}
		
			if (temp2 < 1){
				url = "https://www.numisnetwork.com/premier";
				window.location.replace(url);
			}
			
					
		</script>

	<html>
	 

	<head>
	<title>Numis Network</title>
	</head>
	<frameset frameborder=NO border=0 MARGINWIDTH=0 MARGINHEIGHT=0 framespacing=0 border=0 rows="0,*" noresize>
	    <frame name="TOP" src="blank.htm" noresize SCROLLING="no" FRAMEBORDER="no">
	    <frame name="MAIN" src="/replmain.asp?repid=1959&rp=" noresize SCROLLING="auto" FRAMEBORDER="no">

	</frameset>
	</html>
	