var redOct = {
      src: '/flash/sifr/flash/redOct.swf'
};
 
sIFR.activate(redOct);

/* H1 */
sIFR.replace(redOct, {
      selector: 'h1',
	  fitExactly:true,
	  forceWidth:true,
	  fixHover:true,
	  css: [
      '.sIFR-root { font-size:35px; line-height:35px; padding:0; font-weight:normal; color:#AAAAAA; }'
      ],
      wmode: 'transparent'
});

/* H2 */
sIFR.replace(redOct, {
      selector: '#topHdr h2',
	  fitExactly:true,
	  forceWidth:true,
	  fixHover:true,
	  css: [
      '.sIFR-root { font-size:20px; line-height:20px; padding:0; font-weight:normal; color:#ed4f59; }',
	  '.big { font-size:120%; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(redOct, {
      selector: '.main h2',
	  fitExactly:true,
	  forceWidth:true,
	  fixHover:true,
	  css: [
      '.sIFR-root { font-size:20px; line-height:20px; padding:0; font-weight:normal; color:#ed4f59; }',
	  'a { color:#e64d51; text-decoration:underline; }',
	  'a:hover { color:#AAAAAA; text-decoration:none; }'
      ],
      wmode: 'transparent'
});

/* H3 */
sIFR.replace(redOct, {
      selector: '#fSkip h3',
	  fitExactly:true,
	  forceWidth:true,
	  fixHover:true,
	  css: [
      '.sIFR-root { font-size:14px; line-height:16px; padding:0; font-weight:normal; color:#DDDDDD; }',
	  'a { color:#AAAAAA; text-decoration:underline; }',
	  'a:hover { color:#e64d51; text-decoration:none; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(redOct, {
      selector: 'h3',
	  fitExactly:true,
	  forceWidth:true,
	  fixHover:true,
	  css: [
      '.sIFR-root { font-size:14px; line-height:16px; padding:0; font-weight:normal; color:#DDDDDD; }',
	  'a { color:#FFFFFF; text-decoration:underline; }',
	  'a:hover { color:#e64d51; text-decoration:none; }'
      ],
      wmode: 'transparent'
});