function linkExt(){
$("#inhalt").find("a").each(function(i){
if(this.href.indexOf(window.location.hostname)==-1){
this.className="ext";this.title="externer Link";}
});}
$(document).ready(linkExt);

