var sans = {
	src: 'http://www.longislandweb.com/eastneck/sifr/sans.swf',
};

sIFR.activate(sans);
sIFR.replace(sans, {
	selector: 'h1',
	css: [
		'.sIFR-root { font-size: 24px; font-weight: normal}'
		],
	wmode: 'transparent',
	tuneHeight: -10,
	offsetTop: -5
});

sIFR.replace(sans, {
	selector: 'h2',
	css: [
		'.sIFR-root { font-size: 21px; font-weight: normal}'
		],
	wmode: 'transparent',
	tuneHeight: -6,
	offsetTop: -4
});

sIFR.replace(sans, {
	selector: 'h4',
	css: [
		'.sIFR-root { font-size: 18px; font-weight: normal; color: #184B78;}'
		],
	wmode: 'transparent',
	tuneHeight: -6,
	offsetTop: -4
});
