// JavaScript Document 
// fonte: http://digitalbush.com/projects/masked-input-plugin
// 		  http://raymonsanches.wordpress.com/2007/11/09/3/

jQuery(function($){
	$("#cf2_field_13").mask("99/99/9999");
   $("#cf_field_4, #cf2_field_9, #cf2_field_10, #cf2_field_11").mask("(99) 9999-9999");
});

