var tradegothicbold = { src: '/tg.swf' };

sIFR.activate(tradegothicbold);
sIFR.preserveSingleWhitespace = true;
//tuneWidth(20);
sIFR.replace(tradegothicbold, {
  selector: '.homecontenthead',
  wmode: 'transparent',
  css: '.sIFR-root { color: #464646; font-size: 16px; }'
});
sIFR.replace(tradegothicbold, {
  selector: '.overcontenthead',
  wmode: 'transparent',
  css: '.sIFR-root { color: #464646; font-size: 16px; }'
});
sIFR.replace(tradegothicbold, {
	selector: 'h1',
	wmode: 'transparent',
  	css: '.sIFR-root { color: #313131; text-transform: uppercase; font-size: 36px; }',
	filters: {
		DropShadow: {
			hideObject:false,
			knockout: false,
			quality: 2,
			distance: 0,
			color: '#000000',
			strength: .26,
			angle: 86,
			blurX: 5,
			blurY: 5
		}
	}
});
