﻿jQuery(function($) {
    $('#ctl00_ContentPlaceHolder1_InfoRequest1_tbDaytimePhone').mask('(999) 999-9999', { placeholder: 'x' });
    $('#ctl00_ContentPlaceHolder1_InfoRequest1_tbEveningPhone').mask('(999) 999-9999', { placeholder: 'x' });
    $('#ctl00_ContentPlaceHolder1_InfoRequest1_tbZip').mask('99999', { placeholder: 'x' });
    $('#ctl00_ContentPlaceHolder1_GeneralContact1_tbPhone').mask('(999) 999-9999', { placeholder: 'x' });
});
