
	function doHello() {
		alert('hello');
	}
	
	function handleBodyLoad() {
		if (window.handlePageLoad) {
			handlePageLoad();
		}
	}