$(function() {
    
  $('#footer p > a.top').prepend('<img src=\"templates/pflugmacher/images/ico_totop.gif\" alt=\"\" /> '); 
  $('#col3 a[@href^=http] img').parent('a').addClass('jsico');
  $('#col3 a[@href^=http]').prepend('<img class="jsico" src=\"templates/pflugmacher/images/ico_extern.gif\" alt=\"\" /> ');
  $('html[@lang=de] #footer p > a.top').before('<a href=\"javascript:window.print();\"><img src=\"templates/pflugmacher/images/ico_print.gif\" alt=\"\" /> Seite drucken</a> ');
  
  /* Dateilinks */
  $('a[@href$=.pdf]').prepend('<img src=\"templates/pflugmacher/images/ico_pdf.gif\" alt=\"\" /> ');
  $('a[@href$=.doc]').prepend('<img src=\"templates/pflugmacher/images/ico_doc.gif\" alt=\"\" /> ');
  $('a[@href$=.xls]').prepend('<img src=\"templates/pflugmacher/images/ico_xls.gif\" alt=\"\" /> ');

});