var harabara = {
	src: 'http://longislandweb.com/2000/sifr/harabara.swf',
};

sIFR.activate(harabara);
sIFR.replace(harabara, {
	selector: 'h1.title',
	css: [
		'.sIFR-root { color: #194A5C; font-size: 24px; font-weight: normal;}'
		],
	wmode: 'transparent',
	tuneHeight: -6
});

sIFR.replace(harabara, {
	selector: 'h1',
	css: [
		'.sIFR-root { color: #111E24; font-size: 26px; font-weight: normal;}'
		],
	wmode: 'transparent',
	tuneHeight: -6
});

sIFR.replace(harabara, {
	selector: 'h2.icons',
	css: [
		'.sIFR-root { color: #111E24; font-size: 20px;}'
		],
	wmode: 'transparent',
	tuneHeight: -6
});

sIFR.replace(harabara, {
	selector: 'h2',
	css: [
		'.sIFR-root { color: #111E24; font-size: 20px;}'
		],
	wmode: 'transparent',
	tuneHeight: -6
});

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



