 jQuery(function($)
 {
 $("#Sched").mask("9999-999-99-999");
 $("#ReqPh").mask("(999)999-9999");
 $("#ReqFAX").mask("(999)999-9999");
 $("#BkPg").mask("9999/999");
 }
 );

