
 
 window.addEvent('domready',function(){
	$$('.download').each(function(el){
		el.target = "_blank";
	})
	
});
