var fbdin = {
  	src: '/assets/Fonts/fbdin2.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(fbdin);

/*sIFR.replace(fbdin, {
selector: 'h1'
,css: [
  '.sIFR-root { color: #ffffff; background-color: #000000; text-transform: uppercase; }'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #ffffff; }'
  ,'a:hover { color: #cccccc; }'
]
,tuneHeight:-4
});*/

sIFR.replace(fbdin, {
	selector: 'h2'
	,css: [
		//'.sIFR-root': { 'color': '#ffffff', 'background-color': '#000000', 'leading': -1, 'text-transform': 'uppercase' }
		'.sIFR-root { color: #ffffff; background-color: #000000; leading:-1; text-transform: uppercase; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #ffffff; }'
		, 'a:hover { color: #ea9531; }'
	],
	wmode: 'opaque'
});
