﻿detectMobileDevice();function detectMobileDevice(){callService("/Services/DetectMobileDeviceService.svc/ajaxEndpoint/IsMobileDevice","",onMobileDetected,onMobileDetectedError)}function onMobileDetected(a){if(a){window.location=urlPortalMovil}}function onMobileDetectedError(a){};
