﻿function checkClient(){
	if (screen.width < 801 ||
 navigator.userAgent.match(/Android/i) ||
 navigator.userAgent.match(/iPhone/i) ||
 navigator.userAgent.match(/iPod/i) ||
 navigator.userAgent.match(/iPad/i) ||
 navigator.userAgent.match(/BlackBerry/) 
){
	document.getElementById('mobile').innerHTML="<h1 style='text-align:center; background-color:#FF8080; color:white; margin:0; padding:7px; font-size:120%'><a href='javascript:void()' onclick=\"window.location=('http://m.preachtheword.com'+window.location.pathname);\" style='text-decoration:none; color:white;' >MOBILE USER? Get this page on the mobile and touch-friendly version of our site: <span style='text-decoration:underline'>m.preachtheword.com</span></a></h1>";
	}
}
