$(function(){
	$("#enviar").click(function(){
		_gaq.push(['_trackPageview', "/click_on_send"]);
	});
});
