    var albertus = {
	src: 'http://wizua.pl/albertus.swf'
    };
    var kurier = {
	src: 'http://wizua.pl/KurierL.swf'
    };
//    sIFR.domains = ['wizua.pl'];
    sIFR.useStyleCheck = true;
    sIFR.activate(kurier);

    sIFR.replace(kurier, {
    wmode: 'transparent'
    ,selector: 'h1'
    ,css: [
        '.sIFR-root { color:#ffffff; text-align: left; font-weight: normal; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
/*
    sIFR.replace(kurier, {
    wmode: 'transparent'
    ,selector: 'h3'
    ,css: [
        '.sIFR-root {text-align: left; font-weight: normal;color:#ffffff; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ff8b29; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
 
   sIFR.replace(kurier, {
    wmode: 'transparent'
    ,selector: 'h4'
    ,css: [
        '.sIFR-root {text-align: left; font-weight: normal;color:#ffffff; }'
        ,'strong {color:#c90000; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #c90000; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });

    sIFR.replace(kurier, {
    wmode: 'transparent'
    ,selector: 'h5.special'
    ,css: [
        '.sIFR-root {text-align: left; font-weight: normal;color:#ffffff; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ff8b29; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });

