$(document).ready(function(){
	$('a[@rel=external]').each(function(){
		$(this).attr('target','_blank');
	});
});
document.write('<link rel="stylesheet" type="text/css" media="screen" href="css/javascript.css" />');