// var yourtypeface = {
  // src: '/wp-content/themes/treehouse/sifr/flash/fontin.swf'
//};
 sIFR.activate(fontin);
 sIFR.replace(fontin, {
       selector: 'h3',
	   css: [
			'.sIFR-root { 	color:#6f311a; }',
			'.span{text-align:center}',
			'a {color:#6f311a;text-decoration:none }',
			'a:hover{color:#6f311a;text-decoration:underline}'
			 ],
	   
       wmode: 'transparent'
 });


