function init(){
	if(navigator.userAgent.match(/iPhone/i)){
		window.location = "http://publicrecordpgh.com/iphone.html";
	}
}

