
jQuery(function($) {
  
  // Logo verlinken
  $('#logo').wrapAll('<a href="/home" title="Home" />');

});
