var segoe = {
src: 'inc/swf/segoe-print.swf'
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
sIFR.useStyleCheck = true;
sIFR.activate(segoe);

sIFR.replace(segoe, {
selector: 'h1'
,css: [
  '.sIFR-root { color:#751d8f; }'
],
wmode: 'transparent'
});
sIFR.replace(segoe, {
selector: 'h2'
,css: [
  '.sIFR-root { color:#e032af; }'
],
wmode: 'transparent'
});
sIFR.replace(segoe, {
selector: 'h3'
,css: [
  '.sIFR-root { color:#ff5a00;}'
  ,'a { text-decoration:none; }'
  ,'a:link { color:#ff5a00; }'
  ,'a:hover { color:#ff5a00; }'
],
wmode: 'transparent'
});
sIFR.replace(segoe, {
selector: 'h4'
,css: [
  '.sIFR-root { color:#e032af; }'
],
wmode: 'transparent'
});

sIFR.replace(segoe, {
selector: 'h3.bottom'
,css: [
  '.sIFR-root { color:#7b2794; }'
],
wmode: 'transparent'
});
