function initAktuell(){
  bereich = document.getElementById('right').getElementsByTagName('a');
  for (var i = 0; i < bereich.length; ++i){
      pos=bereich[i].getAttribute('href').lastIndexOf('/');    
      params=bereich[i].getAttribute('href').substr(pos+1).split("#");
      call="'"+params[0]+"','contentPadding','"+params[1]+"'";
      bereich[i].setAttribute('href', 'javascript:jah('+call+')');
  }
}
