
/* - trombinoscope.js - */
// http://www.ecr-sport.com/portal_javascripts/trombinoscope.js?original=1
jQuery(document).ready(function(){jQuery('#searchTrombi').click(function(){var search=jQuery('.searchTrombiTxt').attr('value');var url=jQuery('.urlSearchTrombi').attr('value');jQuery.get(url,{'letters':search}, function(data){jQuery('#resultTrombiSearch').html(data)})})});

