$(document).ready(function() {
	try {
		jsInitial();
	}
	catch(e) {
		mInitialTimeout = window.setTimeout("jsInitial()", 1000);
	}
});