$(document).ready( function(){
    $('#back').html('Zurück').click(function(){history.back();});
  }
)
