$(document).ready(function(){

$('html[lang=de] input#q').blur( function() { if(this.value=='') { this.value='Suchen...'; } } ).focus( function () { if(this.value=='Suchen...') { this.value=''; } } );
$('#col3 p a[href^=http], #col3 p a[href^=https], #col3 td a[href^=http], #col3 td a[href^=https]').prepend('&raquo;&nbsp;');

  $('.tech').append(' <a href=\"mailto:?subject=Seitenempfehlung&body='+escape(location.href)+'\"><img src="/c12575d70042ac29/files/site_recommend.gif/$file/site_recommend.gif" title="Seite empfehlen" alt="Seite empfehlen" /></a>');
  $('.tech').append('<a href=\"javascript:window.print();\"><img src="/c12575d70042ac29/files/print.gif/$file/print.gif" title="Seite drucken" alt="Seite drucken" /></a>');

});
