function iPhoneAlert() {
	if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i))){
		document.write('<a href="http://iphone.loadingreadyrun.com" class="long_button" style="font-size:20pt;font-weight:bold;margin-bottom:10px;">Go to iPhone/iPod Touch optimized version</a>');
	}
}
iPhoneAlert();