/* 

    Document   : functions.js
    Created on : 03/06/2011, 10:23:03
    Author     : @vagnermix ( [x]HTML / CSS ) - NacionalVOX Agencia Digital www.nacionalvox.com.br
    Description: JS - "Athena Construcoes"

    TODO customize this sample style
	
*/

IncludeJavaScript("/images/scripts/mask-input.js");

j(document).ready(function() {
	
	// mascaras para inputs
	j('#nascimento').mask("99/99/9999");
	j('.telefones').mask("(99) 9999 - 9999");
	
});
