

window.onload = function() {
    document.getElementById("header_content").style.cursor = "hand";
    document.getElementById("header_content").style.cursor = "pointer";
    document.getElementById("header_content").onclick = function() {
    window.location.href="/blog/";
    };
}
