var header = {
  src: 'swf/header.swf'
};

sIFR.activate(header); // From revision 209 and onwards

sIFR.replace(header, {
  selector: 'h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #BDA675;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #BDA675; }'
      ,'a:hover { color: #BDA675; }'
    ]
});

