function
initCurSite() {
    if(document.getElementById("unternehmen")) {
        hideBlock("ziegel_feuer", "<img src='images/unternehmen/txt_ziegel.png'"
            + " alt='' width='200' height='60' />");
    }
}


addLoadEvent(initExLinks);
// initCurSite is called BEFORE initPage since text will be replaced by images
// that have different proportions!
addLoadEvent(initCurSite);
addLoadEvent(initPage);

