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