$(function(){
  if(homePage) {
    $('#logo').bind('click', function() {
      window.location.href = homePage;
    });
  }
});


