if(widgetStylesPrinted != true) {document.write('');}var widgetStylesPrinted = true;var content = '
function showMobilePage() { subdomain = 'm'; if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) { thisUrl = location.href; if (thisUrl.indexOf('www') != -1) { mUrl = thisUrl.substr(thisUrl.indexOf('www')+4, thisUrl.length); if (thisUrl.indexOf('https://') != -1) { mUrl = 'https://' + subdomain + '.' + mUrl; } else { mUrl = 'http://' + subdomain + '.' + mUrl; } } else if (thisUrl.indexOf('http://') != -1) { mUrl = thisUrl.substr(thisUrl.indexOf('http://')+7, thisUrl.length); mUrl = 'http://' + subdomain + '.' + mUrl; } else if (thisUrl.indexOf('https://') != -1) { mUrl = thisUrl.substr(thisUrl.indexOf('https://')+8, thisUrl.length); mUrl = 'https://' + subdomain + '.' + mUrl; } else { mUrl = thisUrl; } location.href=mUrl; } }