$(document).ready(function() {
	$("#day_phone").mask("(999) 999-9999");
	$("#evening_cell").mask("(999) 999-9999");
});
