// if (typeof(HM) == "undefined") HM = {};

function load() {
	window.scrollTo(0,1) // hides the iPhone address bar on pages where scrolling is required
}

Event.observe(window,'dom:loaded',function() {
	// load();
});