	function remoteSignIn(callback){
		$.getJSON('http://premium.infomine.com/registrant/SignInState.ashx?jsoncallback=?', callback);
	}

