
  jQuery(document).ready(function(){
    jQuery('#header').click(function(){
      //alert('home');
      window.location.href = 'http://kessel.tv/';
    });
    
  });