$(document).ready(function() {
    if (location.href.indexOf('index.html') == -1) $("#header").append('<a class="logo" href="/index.html">New Church Audio Resources</a>');
    //$.getScript("/debug.js");
});