jq132(function(){

	jq132("div.download a").live("click", function(){
		window.open(jq132(this).attr("href"));
		return false;
	});

})(jQuery);

