// JavaScript Document
// Coded by Chris Stanyon - March 2011

function eLinks() {
	$('a[rel=external]').click(function(){ this.target = '_blank'; });
}


