window.addEvent('domready', function () {
	$$('a[rel=external]').addEvent('click', function () {
		window.open(this.href);
	});
});
