$j(document).ready(function(){
	$j("a img").hover(function() {$j(this).fadeTo("slow", 0.7);}, function() {$j(this).fadeTo("slow", 1);});
});


$j(document).ready(function() {
	$j('.download').click(function () {
		pageTracker._trackPageview ('/downloads/' + $j(this).attr('href').replace('http://',''));
	});
});


