Event.observe(window, 'load', function()
{
	$$('a[rel="external"]').each( function(element) {
		element.target = "_blank";
	});
});
