$(document).ready(
	function() {
		/* Launch external links in new window */
		$("a[@rel='external']").addClass("external").click(function(){window.open(this.href);return false;});
	}
);