var rage = {

	src: 'rage.swf'

};

sIFR.fromLocal = true;

sIFR.prefetch(rage);

sIFR.activate();



sIFR.replace(rage, {

  selector: 'h1',
  
  tuneWidth: '5',

  wmode: 'transparent',
  
  fitExactly: true,
  
  forceWidth: true,
  
  fixWrap: true,
  
  forceClear: true,
  
  //repaintOnResize: true,

  css: [

	'.sIFR-root {font-weight: bold; color: #C87862;}'

  ],

offsetTop: '2'

});

sIFR.replace(rage, {

  selector: 'h2',
  
  tuneWidth: '5',
  
  fitExactly: true,

  wmode: 'transparent',

  css: [

	'.sIFR-root {font-weight: bold; color: #C87862;}'

  ],

offsetTop: '2' 

});
