document.write ('<td colspan="2" valign="top" id="header">');
document.write ('<div id="headerTitle">');
    var pageURL = window.location.href;
    var urlArray = pageURL.split("/");
    var urlParam = urlArray[4];
    if (urlParam == "aboutUs.html") {
    	document.write ("about organix");
    } else if (urlParam == "tickets.html") {
    	document.write ("tickets");
    } else if (urlParam == "supportUs.html") {
    	document.write ("support us");
    } else if (urlParam == "ticketsOnline.html") {
    	document.write ("tickets - buy online");
    } else if (urlParam == "join.html") {
    	document.write ("join our email list");
    } else if (urlParam == "bios") {
    	document.write ("biography");
    } else if (urlParam == "venues") {
    	document.write ("venues");
    } else if (urlParam == "bios") {
    	document.write ("biography");
    } else if (urlParam == "programDetails") {
    	document.write ("program details");
    } else if (urlParam == "paymentCancelled.html") {
    	document.write ("tickets - payment cancelled");
    } else if (urlParam == "paymentComplete.html") {
    	document.write ("tickets - payment completed");
    } else if (urlParam == "store") {
    	document.write ("Organix store");
    } else {
    	document.write ("home");
    }
document.write ("</div>");
document.write ('<div id="headerCaption">Concerts and events featuring the pipe organ, the King of Instruments.</div></td>');
