var ready = $.ajax(demoPath + 'about.html').done(function (template){
    $about = $(template);
  });