/* NOTE $ changed to JQ for Drupal 4.7 compatability will not need in Drupal 5 */
if( BASE_URL == undefined ) {
    BASE_URL == '' ;
}

$(document)
	.ready(function() {
	    $("a[@href^='http']:not([@href*='"+BASE_URL+"'])")
	    		.addClass("external")
	});
