
var americanTypewriter = {
	src: 'swf/american-typewriter.swf'
};
sIFR.compatMode = true;
sIFR.activate(americanTypewriter);

sIFR.replace(
	americanTypewriter,
	{
		selector: '#index.children h3, #eat-dairy .aside h3, #guide h3',
		css: '.sIFR-root { color: #FFFFFF;font-weight: bold;cursor: pointer;}',
		wmode: 'transparent'
	}
);
sIFR.replace(
	americanTypewriter,
	{
		selector: '#index.parents h2',
		css: '.sIFR-root { color: #FFFFFF;font-weight: bold;font-size: 24px;}',
		wmode: 'transparent'
	}
);
sIFR.replace(
	americanTypewriter,
	{
		selector: 'h2, h3, #index #body h3',
		css: '.sIFR-root { color: #513366;font-weight: bold;}',
		wmode: 'transparent'
	}
);
sIFR.replace(
	americanTypewriter,
	{
		selector: '#our-products h4',
		css: '.sIFR-root { color: #513366;font-weight: bold;font-size: 16px;}',
		wmode: 'transparent'
	}
);
sIFR.replace(
	americanTypewriter,
	{
		selector: '#made li p, #lunch-box .article strong',
		css: '.sIFR-root { color: #513366;font-weight: bold;}',
		wmode: 'transparent'
	}
);
