function detectiphone() {
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
{
location.replace("http://www.debdenhosting.net/mobile/default.asp?iphone=1");
};
};
