function hideLoadIndicator() {
		document.getElementById('loadIndicator').style.visibility = "hidden";
}
addLoadEvent(hideLoadIndicator);