function addLoadEvent(func){
	Event.observe(window, 'load', func);
}

