window.addEvent('domready', function() {
	$$('#content > div a').each(function(link) {
		link.setProperty('target', '_blank');
	});
});

