// JavaScript Document



 function signIn() {

	  //Message for Windows NT 4.0

	  	var agt=navigator.userAgent.toLowerCase();

		if(agt.indexOf("windows nt 4.0")>-1)

		{

			alert("The SmartJog service no longer supports your Operating System (Microsoft Windows NT 4.0).\n Some features such as preview screening won't work.\nPlease contact your IT administrator or your SmartJog representative.");

		}

		else{

		

		     window.location = "https://membersite.smartjog.com/Mobius/controller/homePage/connect";



		}

} 

