$(function(){
$("h1").bind("click", function(){
window.location.href = "http://www.bleakdeparture.com/";
});
});