Page = new Object();
Page.onload = function() {};
Page.onRealLoad = function() {};
Main = new Object();
Main.onload = function() {};
