var franklingothicmed = {
 src: 'http://retracom.redfineconsulting.com.au/flash/franklingothicmed.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(franklingothicmed);

sIFR.replace(franklingothicmed, {
selector: 'h1.header'
	,css: [
	  '.sIFR-root { color: #FFFFFF; font-size: 36px; font-weight:bold; text-align:right; }',
	],
	offsetTop:6,
	offsetLeft:0,
    wmode: 'transparent'
});
sIFR.replace(franklingothicmed, {
selector: '#contentContainer h1'
	,css: [
	  '.sIFR-root { color: #0d4e90; font-size: 20px; font-weight:bold; }',
	  'a { color:#0d4e90; text-decoration:none; }',
	  'a:hover { color:#0d4e90; text-decoration:underline; }'
	],
	offsetTop:6,
	offsetLeft:0,
    wmode: 'transparent'
});
