var centurygothic = {
	src: '/wp/wp-content/themes/tipis/sifr/typewriter-bold.swf',
};

// Now you can set some configuration settings.
// See also <http://wiki.novemberborn.net/sifr3/JavaScript+Configuration>.
// One setting you probably want to use is `sIFR.useStyleCheck`. Before you do that,
// read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad>.

sIFR.useStyleCheck = true;
sIFR.activate(centurygothic);

sIFR.replace(centurygothic, {
	transparent:true,
	forceSingleLine:false,
	forceWidth:false,
	fitExactly:false,
	repaintOnResize:true,
	selector: 'h1,h2,h3',
	css:[
	'.sIFR-root { background-color: #FEE2A9; color: #000000; font-weight:bold; leading:-2 }',
	'a {color:#000000;text-decoration:none}',
	'a:visited {color:#000000}',
	'a:hover {color:#000000;text-decoration:underline)'
	]
});
sIFR.replace(centurygothic, {
	transparent:true,
	forceSingleLine:true,
	forceWidth:false,
	fitExactly:false,
	repaintOnResize:true,
	selector: 'form.ddfm legend,p.formSubmitted,address strong',
	css:[
	'.sIFR-root { background-color: #FEE2A9; color: #000000; font-weight:bold; leading:-2 }',
	'a {color:#000000;text-decoration:none}',
	'a:visited {color:#000000}',
	'a:hover {color:#000000;text-decoration:underline)'
	]
});

// sIFR.debug.ratios({ src: '/wp/wp-content/themes/howmight/sifr/centurygothic.swf', selector: 'h1,h2,h3,form.ddfm legend,p.formSubmitted,address strong' });


