//var kabel = {
//      src: 'wp-content/themes/scholarmatic/sifr/flash/kabel.swf'
//};
 
sIFR.activate(kabel);
 
sIFR.replace(kabel, {
      selector: '.entry-title',
     css: [
        '.sIFR-root { color:#000000;font-size:24px; text-transform: none; leading: -2; margin-bottom: -8px;}',
        'a {color: #00000; text-decoration: none;}',
        'a:hover {color: #FF7802;}'
        ],
      wmode: 'transparent'
});


sIFR.replace(kabel, {
      selector: '#main .aside h3',
     css: [
        '.sIFR-root { color:#000000; text-transform: none;}',
        ],
      wmode: 'transparent'
});

sIFR.replace(kabel, {
      selector: '#footer .aside h3',
     css: [
        '.sIFR-root { color:#000000; text-transform: none;}',
        ],
      wmode: 'transparent'
});