google.load("jquery", "1.4.2"); function OnLoad(){ var dur = 150; $('.thumb').hover(function( event ) { $(this).children('span').animate({bottom: 0}, dur); return false;}, function(event ) {event.preventDefault(); $(this).children('span').animate({bottom: -43}, dur*2);return false;});$('[title]').each(function() {$this = $(this);$.data(this, 'title', $this.attr('title'));$this.removeAttr('title');});} google.setOnLoadCallback(OnLoad); var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1252437-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();