// JavaScript Document
// <![CDATA[
	if ((navigator.userAgent.indexOf('iPad') != -1) || (navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('Android') != -1) || (navigator.userAgent.indexOf('BlackBerry') != -1)) {
		document.location = "http://www.lynmay.com.au/mobile/index.html";
	} // ]]>
