var shishoni = {
  src: '/sifr3/resources/shishoni.swf'
};

sIFR.activate(shishoni);

sIFR.replace(shishoni, {
	selector: 'h2.script',
	css: [
	'.sIFR-root { color: #e6748b; font-size: 42px; line-height: 1em; margin-bottom:-8px; }',
	'a {color: #7E6C58; text-decoration: none;}',
	'a:hover {color: #574837;}'
	],
	tuneHeight: '-2px',
	wmode: 'transparent'
});

sIFR.replace(shishoni, {
	selector: 'h3',
	css: [
	'.sIFR-root { color: #e6748b; font-size: 42px; line-height: 1em; margin-bottom:-8px; }',
	'a {color: #7E6C58; text-decoration: none;}',
	'a:hover {color: #574837;}'
	],
	tuneHeight: '-2px',
	wmode: 'transparent'
});