// JavaScript Document
		$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
			$("a[rel='example1']").colorbox();
		});
		jQuery(function($){
            $("#tel").mask("(99)9999-9999");
        });
