var header = {
  src: '/wp-content/themes/supercars/scripts/header.swf'
};

sIFR.activate(header);

sIFR.replace(header, {
  selector: 'h1'
 ,css: [
'.sIFR-root { color: #F80804; font-weight: bold; }'
,'a { color: #F80804; text-decoration: none; }'
,'a:visited { color: #F80804; text-decoration: none; }'
,'a:hover { color: #F80804; text-decoration: underline; }'
],
wmode: 'transparent'
});

sIFR.replace(header, {
  selector: 'h2'
 ,css: [
'.sIFR-root { color: #F80804; font-weight: bold; }'
,'a { color: #F80804; text-decoration: none; }'
,'a:visited { color: #F80804; text-decoration: none; }'
,'a:hover { color: #F80804; text-decoration: underline; }'
],
wmode: 'transparent'
});
