//<[CDATA[

var franklin = {
	src: 'http://media.sidearmdesign.com/media/franklin.swf'
};

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

sIFR.replace(franklin, {
	selector: 'h2'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { text-transform:uppercase }'
		,'.sIFR-root { text-align:center }'
		,'.sIFR-root { letter-spacing: 2 }'
	]
});

sIFR.replace(franklin, {
	selector: 'h3'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { text-transform:uppercase }'
		,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #333333; }'
	]
});
  
//]]>
