window.onload = function ()
{
	if (window.loadFuncs)
	{
		for (var i = 0; i < window.loadFuncs.length; i++)
		{
			window.loadFuncs[i]();
		}
	}
}