var adihausright = { src: '/includes/adihaus.swf' };
var adihausleft = { src: '/includes/adihaus-leftaligned.swf' };

function initSIFR() {
    sIFR.activate(adihausright, adihausleft);

    sIFR.replace(adihausright, {
        selector: 'h1',
        wmode: 'transparent',
        css: '.sIFR-root { color: #666666; font-size:40px; text-transform:uppercase; } .sIFR-root a { color:#999999; text-decoration:none;} .sIFR-root a:hover { color:#CCCCCC; text-decoration:none;}'
    });

    sIFR.replace(adihausleft, {
        selector: 'h2',
        wmode: 'transparent',
        css: '.sIFR-root { color: #999999; font-size:20px;  } .sIFR-root a { color:#999999; text-decoration:none;} .sIFR-root a:hover { color:#999999; text-decoration:none;}'
    });
}

initSIFR();