$(document).ready(function(){
    $("#header").bind('click',function(){document.location.href = '/'; });
});


