
// Hide the iPhone/iPod toolbar
if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {
	window.scrollTo(0, 1);
}
