// <![CDATA[
if ((navigator.userAgent.indexOf('iPhone') != -1)) {
	document.location = "http://www.brentmodels.eu/iphone.htm";
} 
if ((navigator.userAgent.indexOf('iPod') != -1)) {
	document.location = "http://www.brentmodels.eu/ipod.htm";
}
if ((navigator.userAgent.indexOf('iPad') != -1)) {
	document.location = "http://www.brentmodels.com";
}
// ]]>
if ((screen.width<=1024) && (screen.height<=768)) {
	window.location.replace('http://www.brentmodels.com/ipad/index.htm');
}
/*
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) { 
   if (document.cookie.indexOf("iphone_redirect=false") == -1) window.location = "http://m.espn.go.com/wireless/?iphone&i=COMR"; 
}*/
