$(document).ready(function() {

  /* Icons */
  $('#status').prepend('<a class=\"printlink\" href=\"javascript:window.print();\"><img src=\"/fileadmin/typo3/html/images/ico_print.gif\" alt=\"\" /> Seite drucken</a>');
  $('#totop').prepend('<img src=\"/fileadmin/typo3/html/images/ico_totop.gif\" alt=\"\" /> ');
  
  /* Fancybox */
  $('a[href$=.jpg], a[href$=.gif], a[href$=.png]').fancybox();
  
});
