﻿$(document).ready(function() {
    $('.phone1').autotab({ target: 'ctl00$RightSide$mobileAlerts$phone2', format: 'numeric' });
    $('.phone2').autotab({ target: 'ctl00$RightSide$mobileAlerts$phone3', format: 'numeric', previous: 'ctl00$RightSide$mobileAlerts$phone1' });
    $('.phone3').autotab({ previous: 'ctl00$RightSide$mobileAlerts$phone2', format: 'numeric' });

    $('.powderPhone1').autotab({ target: 'ctl00$mainContent$phone2', format: 'numeric' });
    $('.powderPhone2').autotab({ target: 'ctl00$mainContent$phone3', format: 'numeric', previous: 'ctl00$mainContent$phone1' });
    $('.powderPhone3').autotab({ previous: 'ctl00$mainContent$phone2', format: 'numeric' });
});
