function loadcheck() {
	if (typeof init == "function") {
		eval("init()");
	}
}