
window.onload = function () 
{
	for (var i = 0; i < this.onloads.length; i++) 
	{
		this.onloads[i].apply(this)
	}
}

