$(document).ready(function(){
$("#header").click(function(){
window.location = "/";
});

});
