function initDefault()
{
	dLoad = true;
	if ( window.init ) {
		init();
	}
}

onload = initDefault;
