﻿jQuery(function($) {
    $('#ctl00_Body_GeneralContact1_tbPhone').mask('(999) 999-9999', { placeholder: 'x' });
});