	function checkForm(goflag)
	{		
		if( goflag != '1'){
			alert ('This site is only accessible via UPSers.com');
			return false;
		}
		else {
			return true;
		}
	}


