    var chaparral = {
      src: '/swf/chaparral.swf'
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(chaparral);

	sIFR.replace(chaparral, {
      selector: 'h1',
	  css: [
	  	'.sIFR-root { color: #900028; font-size: 26px; }',
		'a { color: #900028; text-decoration: none; }',
		'a:hover { color: #999999; }'
	  ],
	  wmode: 'transparent'
    });
	
	sIFR.replace(chaparral, {
      selector: '.contentRegion > h3',
	  css: [
		'.sIFR-root { color: #900028; font-size: 20px; }',
		'a { color: #900028; text-decoration: none; cursor: pointer }',
		'a:hover { color: #999999; }'
		],
	  wmode: 'transparent'
    });
	
	sIFR.replace(chaparral, {
      selector: 'h3.page-header',
	  css: [
		'.sIFR-root { color: #900028; font-size: 20px; }',
		'a { color: #900028; text-decoration: none; cursor: pointer }',
		'a:hover { color: #900028; }'
		],
	  wmode: 'transparent'
    });	
	
	sIFR.replace(chaparral, {
      selector: 'h3',
	  css: [
		'.sIFR-root { color: #900028; font-size: 20px; }',
		'a { color: #900028; text-decoration: none; cursor: pointer }',
		'a:hover { color: #999999; }'
		],
	  wmode: 'transparent'
    });
