<!--
function iPhoneAlert() {
	if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i))){
		var question = confirm("Would you like to view the iPhone optimized version of this site?")
		if (question){
		window.location = "http://patrick.cara-tm.org./iphone";
		}else{
		
		}
	}	
}
//-->

