var redir = "http://villagegroup.mobi";
if (screen.width <= 699) {
	document.location = redir;
}
if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {
   document.location = redir;
}

