var rotis = {
  src: 'http://www.trucksdeliver.org/flash/rotis.swf'
};

sIFR.prefetch(rotis);

sIFR.activate();

sIFR.replace(rotis, {
  selector: '#mainContent #pageHeader h2',
  css: ['.sIFR-root { font-size: 18px; color: #2b3b16; text-transform: uppercase; }',
		'.span { color: #79ac34; }', 
		'sup { font-size: 42px; }' ],  
  wmode: 'transparent'
});

sIFR.replace(rotis, {
  selector: '#mainContent h4',
  css: ['.sIFR-root { font-size: 18px; color: #2b3b16; }' ],  
  wmode: 'transparent'
});