﻿//
//
//SOF: subscriber/MobileLoader.js
if (!window.WBXMOBILE) (function() {
       WBXMOBILE = {
            check : function(fid) {
                if(window.top == window.self &&
                        (navigator.userAgent.match(/iphone/i) ||
                        navigator.userAgent.match(/ipod/i) ||
                        navigator.userAgent.match(/android/i) ||
                        navigator.userAgent.match(/BlackBerry/i) ||
                        navigator.userAgent.match(/Windows.CE/i) ||
                        navigator.userAgent.match(/ pre\//i))) {
                    window.location = 'http://m.telemundo40.com';
                }
            },
            init : function() { }
       };
    var self = WBXMOBILE;
    self.init();
})();//EOF: subscriber/MobileLoader.js
