var h1interface = {
  src: 'theme/h1interface.swf'
};

sIFR.prefetch(h1interface);

//sIFR.delayCSS  = true;
//sIFR.domains = ['centraldesign.be']
sIFR.activate(h1interface);

sIFR.replace(h1interface, {
  selector: '.item .left h1'
  ,css: [
    '.sIFR-root {font-weight: bold; font-size: 22.5px; letter-spacing: -0; color: #2b2923; text-transform: uppercase; background-color: #f8f8f8; margin-bottom: 0;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #2b2923; }'
    ,'a:hover { color: #ff4444; }'
  ]
  ,tuneHeight: -0
});

sIFR.replace(h1interface, {
  selector: '#content h1'
  ,css: [
    '.sIFR-root {font-weight: bold; font-size: 22.5px; letter-spacing: -0; color: #FFFFFF; text-transform: uppercase; background-color: #2b2923; margin-bottom: 0;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #FFFFFF; }'
    ,'a:hover { color: #ff4444; }'
  ]
  ,tuneHeight: -1
});

sIFR.replace(h1interface, {
  selector: '#sidebar h1'
  ,css: [
    '.sIFR-root {font-weight: bold; font-size: 22.5px; letter-spacing: -0; color: #FFFFFF; text-transform: uppercase; background-color: #2b2923; margin-bottom: 0;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #FFFFFF; }'
    ,'a:hover { color: #ff4444; }'
  ]
  ,tuneHeight: -1
});