$(document).ready(doSomething);
  function doSomething()
  {
    $('img#logo').wrap('<a href="/"></a>');
  }
