//iPhone/iPod & Mobile outlet redirect - 0.1a - mobredirect.js - 0911111108
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {
   if (document.cookie.indexOf("iphone_redirect=false") == -1) window.location = "http://loveloverecords.co.uk/mobile";
}
if (screen.width <= 699) {
document.location = "/mobile/index.html";
}
