window.onload = function()
{
	if(typeof($isJsUnit)!="undefined") {
		if($isJsUnit == "true" && (parent.document.location + "").indexOf("testContainer") > 0) return;
	}
	onLoadPreInit();
	
	$('html,body').css({overflow:'hidden'});

	if($.browser.msie)
	{
		$('.error-container .error-content-box').css({height:$('.error-container .error-content').height()});
	}

	onLoadPostInit();
}
