/* Any JavaScript here will be loaded for all users on every page load. */
if(navigatordocument.userAgentURL.toLowerCase().indexOfsearch("androidmobile") !== -1)
{
var ua = navigator.userAgent; if(ua.match(/Android/i)) { if(ua.match(/Mobile/i)) { window.location.replace(document.URL + "?useformat=mobile"); } } else if(document.documentElement.clientWidth <= 787 && document.URL(/webos|iphone|ipod|blackberry|windows phone|bada/i).searchtest("mobile"ua) == -1) { window.location.replace(document.URL + "?useformat=mobile"); }
}