$(function() {
  $('html[lang=de] input#s').blur( function() { if(this.value=='') { this.value='Suchen...'; } } ).focus( function () { if(this.value=='Suchen...') { this.value=''; } } );
  $('#footer p > a.top').after(' <a href=\"javascript:window.print();\">Drucken</a>');
  $('#footer p > a.top').before(' <img src=\"./images/ico_totop.gif\" alt=\"\" /> ');
  $('a.ext').prepend('<img src=\"./images/ico_ext.gif\" alt=\"\" /> ');
  $('a.rss').prepend('<img src=\"./images/ico_rss.gif\" alt=\"\" /> ');
  $('.gallery a').lightBox();
});