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


$("#bookmark").bookmark({sites: ['facebook', 'studivz', 'myspace', 'twitthis', ]});
;}


$(document).ready(linkExt);


//'digg', 'google', 'delicious', 'reddit', 'folkd', 'misterwong', 'newsvine', 'stumbleupon', 'linkarena', 'yahoo', 'yigg'
//$(document).ready(function()){
//$("a").attr({'title': 'red'});
//});


