var header = {
  src: 'http://www.jjxsmallhaul.com/flash/journal.swf'
};

sIFR.activate(header); // From revision 209 and onwards

sIFR.replace(header, {
  selector: 'h1',
    offsetLeft: '3', 
		css: [ '.sIFR-root {color: #2a3a4a; font-size: 30px;}',
		'em { color: #2a3a4a; font-size: 30px; } ' 
		],
		wmode: 'transparent'});
		
		sIFR.activate(header); // From revision 209 and onwards
		
		sIFR.replace(header, {
  selector: 'h2.CM_Entry',
		css: [ '.sIFR-root {color: #2a3a4a; font-size: 24px;}',
		'em { color: #2a3a4a; font-size: 24px; } ' 
		],
		wmode: 'transparent'});
		
		sIFR.activate(header); // From revision 209 and onwards

	