$(function() {
  
  $('#footer .top').after(' <a href=\"javascript:window.print();\">drucken</a> ');
  $('.backtotop a').before('<img src=\"/c12575910030a244/files/ico_top.gif/$file/ico_top.gif" alt=\"\" /> ');
  
  $('.boxlink a').before('<img src=\"/c12575910030a244/files/ico_a-box.png/$file/ico_a-box.png" alt=\"\" /> ');
  
  $('form.nav-form').dropdownmenu();
  
  // Suche und Newsletter
  $('html[lang=de] input#suche').blur( function() { if(this.value=='') { this.value='Suchbegriff'; } } ).focus( function () { if(this.value=='Suchbegriff') { this.value=''; } } );
  $('html[lang=de] input#newsletter').blur( function() { if(this.value=='') { this.value='Ihre E-Mail-Adresse'; } } ).focus( function () { if(this.value=='Ihre E-Mail-Adresse') { this.value=''; } } );
  
  // externe Links
  $('#main p a[href^=http] img').parent('a').addClass('imageinside');
  $('#main p a[href^=http][@class!=imageinside]').prepend('<img class="jsico" src=\"/c12575910030a244/files/arrow.gif/$file/arrow.gif" alt=\"\" />');
  
});