	function fillParam() {
		var newCaller = "http://" + location.host + "/singulairit/RoutingController";
		document.loginForm.caller.value = newCaller;
		var newErrorURL = "http://" + location.host + "/" +document.loginForm.errorURL.value;
		document.loginForm.errorURL.value = newErrorURL;
	}
	
