function onLoadPage() {
	onLoadReceiver();
}

function onUnloadPage() {
	onUnloadReceiver();
}