function JS_header(sUrl)
	{
		window.location.href = (typeof(sUrl) == undefined && sUrl == '') ? window.location.href : sUrl;
	}
