// JavaScript Document

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