$(document).ready(function() {
    
  $('body#saq #totop').before('<img src=\"fileadmin/html/images/ico_print.gif\" alt=\"\" /> <a href=\"javascript:window.print();\">Seite drucken</a> <img src=\"fileadmin/html/images/ico_totop.gif\" alt=\"\" /> ');
  $('body#mod-ow #totop').before('<img src=\"fileadmin/html/images/mod-ow/ico_print.gif\" alt=\"\" /> <a href=\"javascript:window.print();\">Seite drucken</a> <img src=\"fileadmin/html/images/mod-ow/ico_totop.gif\" alt=\"\" /> ');
  $('body#mod-sk #totop').before('<img src=\"fileadmin/html/images/mod-sk/ico_print.gif\" alt=\"\" /> <a href=\"javascript:window.print();\">Seite drucken</a> <img src=\"fileadmin/html/images/mod-sk/ico_totop.gif\" alt=\"\" /> ');
  
  // Suche
  $('html[@lang=de] input#f_search_string[@value=]').attr('value','Suchbegriff...');
  $('html[@lang=de] input#f_search_string').blur( function() { if(this.value=='') { this.value='Suchbegriff...'; } } ).focus( function () { if(this.value=='Suchbegriff...') { this.value=''; } } );
  
  // externe Links
  $('#main p a[@href^=http] img').parent('a').addClass('imageinside');
  $('body#saq #main p a[@href^=http][@class!=imageinside]').prepend('<img class="jsico" src=\"fileadmin/html/images/ico_ext.gif\" alt=\"\" />');
  $('body#mod-ow #main p a[@href^=http][@class!=imageinside]').prepend('<img class="jsico" src=\"fileadmin/html/images/mod-ow/ico_ext.gif\" alt=\"\" />');
  $('body#mod-sk #main p a[@href^=http][@class!=imageinside]').prepend('<img class="jsico" src=\"fileadmin/html/images/mod-sk/ico_ext.gif\" alt=\"\" />');
  
});
