

function hideLoading() {
	document.getElementById('pageIsLoading').style.display = 'none'; 
}

