$(document).ready(function() {
	$("#main_content a[@href^='http']").add("#main_content a[@href^='ftp']").not("[@href*='www.mckaylibrary.org']").not("[@href*='localhost']").addClass("external_link").attr("target", "_blank");
});