var sifrText = { src: 'js/BlueHighway.swf', wmode: 'transparent' };
var sifrText2 = { src: 'js/bastardus.swf', wmode: 'transparent' };
var sifrText3 = { src: 'js/blackchancery.swf', wmode: 'transparent' };

sIFR.useStyleCheck = true;

sIFR.activate(sifrText);

sIFR.replace(sifrText, {
  selector: 'h1',
  css: '.sIFR-root { color: #C2272D; font-weight: normal; display: block; line-height: 30px; overflow: hidden; }'
});

sIFR.replace(sifrText, {
  selector: 'h2',
  css: [
    '.sIFR-root { color: #C2272D; font-weight: normal; display: block; line-height: 30px; overflow: hidden; }'
    ,'a { color: #C2272D; text-decoration: none; }'
    ,'a:link { color: #C2272D; text-decoration: none ; }'
    ,'a:hover { color: #C2272D; text-decoration: underline ; }'
    ,'a:focus { color: #C2272D; text-decoration: underline ; }'    
  ]
});

sIFR.replace(sifrText, {
  selector: '#sidebar b',
  css: '.sIFR-root { color: #FFFFFF; font-weight: normal; display: block; line-height: 24px; overflow: hidden; }'
});


sIFR.replace(sifrText3, {
  selector: '#header b',
  css: [
    '.sIFR-root { color: #FFFFFF; font-weight: normal; display: block; line-height: 36px; overflow: hidden; }'
    ,'a { color: #FFFFFF; text-decoration: none; }'
    ,'a:link { color: #FFFFFF; text-decoration: none ; }'
    ,'a:hover { color: #FFFFFF; text-decoration: underline ; }'
    ,'a:focus { color: #FFFFFF; text-decoration: underline ; }'    
  ]
});

sIFR.replace(sifrText2, {
  selector: '#header span',
  css: [
    '.sIFR-root { color: #FFFFFF; font-weight: normal; display: block; line-height: 23px; overflow: hidden; text-align: right; }'
    ,'a { color: #FFFFFF; text-decoration: none; }'
    ,'a:link { color: #FFFFFF; text-decoration: none ; }'
    ,'a:hover { color: #FFFFFF; text-decoration: underline ; }'
    ,'a:focus { color: #FFFFFF; text-decoration: underline ; }'    
  ]
});