window.onload = init;

function init() {
	if(navigator.userAgent.indexOf('iPhone')!=-1) {
		document.getElementById('footer').style.display='none';
	}
}
