var bookman = {
	src: 'http://www.our-savior.com/sifr/bookman.swf',
};

sIFR.activate(bookman);
sIFR.replace(bookman, {
	selector: 'h1',
	css: [
		'.sIFR-root { color: #520000; font-size: 28px; font-weight: normal;}'
		],
	wmode: 'transparent',
	tuneHeight: -6
});

sIFR.replace(bookman, {
	selector: 'h2',
	css: [
		'.sIFR-root { color: #520000; font-size: 25px; font-weight: normal;}'
		],
	wmode: 'transparent',
	tuneHeight: -8
});

sIFR.replace(bookman, {
	selector: 'h3',
	css: [
		'.sIFR-root { color: #520000; font-size: 19px; font-weight: normal;}'
		],
	wmode: 'transparent',
	tuneHeight: -6
});

sIFR.replace(bookman, {
	selector: 'h4',
	css: [
		'.sIFR-root { color: #520000; font-size: 15px; font-weight: normal;}'
		],
	wmode: 'transparent',
	tuneHeight: -6
});