function initDefault()
{
	if ( isDef( 'init' ) )
	{
		init();
		dLoad = true;
	}
}

onload = initDefault;