// sIFR.domains = ['test.hetgasbedrijf.nl'];

var myriadlight = {
  src: 'http://mtgconsulting.nl/flash/myriadlight.swf'
};

sIFR.delayCSS  = true;
sIFR.debugMode = true;
sIFR.activate(myriadlight);


// Used for all page titles
sIFR.replace(myriadlight, {
  selector: 'h1'
  ,wmode: 'transparent'  
  ,css: [
    '.sIFR-root { color: #454545; text-align: left; font-weight: normal; background-color: transparent;}'
    ,'a { text-decoration: none; color: #888 }'
    ,'a:hover { text-decoration: none; color: #888 }'
  ]
});

// Used for all page titles
sIFR.replace(myriadlight, {
  selector: 'h3'
  ,wmode: 'transparent'  
  ,css: [
    '.sIFR-root { color: #f7941e; text-align: left; font-weight: normal; background-color: transparent;}'
    ,'a { text-decoration: none; color: #888 }'
    ,'a:hover { text-decoration: none; color: #888 }'
  ]
});

// Used for all page titles
sIFR.replace(myriadlight, {
  selector: 'h4'
  ,wmode: 'transparent'  
  ,css: [
    '.sIFR-root { color: #f7941e; text-align: left; font-weight: normal; background-color: transparent;}'
    ,'a { text-decoration: none; color: #888 }'
    ,'a:hover { text-decoration: none; color: #888 }'
  ]
});

