var header = {
  src: '/sifr/header.swf'
};



sIFR.activate(header);

sIFR.replace(header, {
  selector: 'h1', wmode:'transparent',
  css: [ '.sIFR-root { color: #000000; }',
	 '.sIFR-root a { color:#000000; text-decoration:none; }',
	 '.sIFR-root a:hover { color:#6f0000; text-decoration:underline; }' ]
});

sIFR.replace(header, {
  selector: 'h2', wmode:'transparent',
  css: [ '.sIFR-root { color: #000000; }',
	 '.sIFR-root a { color:#000000; text-decoration:none; }',
	 '.sIFR-root a:hover { color:#6f0000; text-decoration:underline; }' ]
});

sIFR.replace(header, {
  selector: 'h3', wmode:'transparent',
  css: [ '.sIFR-root { color: #000000; }',
	 '.sIFR-root a { color:#000000; text-decoration:none; }',
	 '.sIFR-root a:hover { color:#6f0000; text-decoration:underline; }' ]
});

sIFR.replace(header, {
  selector: 'h4', wmode:'transparent',
   css: [ '.sIFR-root { color: #000000; }' ]
});


sIFR.replace(header, {
  selector: 'h5', wmode:'transparent',
  css: [ '.sIFR-root { color: #000000; }' ]
});

