var frgothicbook = {  src: 'frgothicbook.swf'};

sIFR.activate(frgothicbook);

sIFR.replace(frgothicbook, {
	selector: '.heading'
	,css: ['.sIFR-root { color: #11568b; text-transform: uppercase; font-weight: bold; }']
	,wmode: 'transparent'	
});

sIFR.replace(frgothicbook, {
	selector: 'h1'
	,css: ['.sIFR-root { color: #11568b; text-transform: uppercase; font-weight: bold; }']
	,wmode: 'transparent'	
});

sIFR.replace(frgothicbook, {
	selector: 'h3'
	,css: ['.sIFR-root { color: #11568b; text-transform: uppercase; font-weight: bold; }']
	,wmode: 'transparent'	
});

sIFR.replace(frgothicbook, {
	selector: 'h4'
	,css: ['.sIFR-root { color: #11568b; text-transform: uppercase; font-weight: bold; }']
	,wmode: 'transparent'	
});

sIFR.replace(frgothicbook, {
	selector: '.smallheading'
	,css: ['.sIFR-root { color: #11568b; text-transform: uppercase; font-weight: bold; }']
	,wmode: 'transparent'	
});
