window.addEvent('domready', function(){
	
	$$('a[href^="http:"], a[href$=".pdf"]').set('target', '_blank');

});

