﻿$(function() {
	$('#registry-form .phonenumber').mask('(999) 999-9999');
	$('#registry-form .zipcode').mask('99999');
});
