// JavaScript Document
$(document).ready(function() {
$('#area_code').autotab({ target: 'phone_ph1', format: 'numeric'});
$('#phone_ph1').autotab({ target: 'phone_ph2', format: 'numeric', previous: 'area_code'});
$('#phone_ph2').autotab({ target: 'besttime', format: 'numeric', previous: 'phone_ph1'});
});


