// Set Focus
function fokus(){
	try
	{
		document.frmLogin.username.focus();
	}
	catch(err)
	{}
}

// Redundant Check
function check(){
	document.frmLogin.login.value = "Please Wait...";
	document.frmLogin.login.disabled = true;
	document.frmLogin.submit();
}

// Google Tracker
//var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write("\<script src='http://www.google-analytics.com/ga.js' type='text/javascript'>\<\/script>" );

if (typeof(_gat) == "object") { 
	var pageTracker = _gat._getTracker("UA-3216877-1");
	pageTracker._initData();
	pageTracker._trackPageview();
} 
