$(document).ready(function(){
	$("div#contentCol a[href^='http://']").attr("target", "_blank").addClass("external");
});
