var trade_gothic = { src: 'http://www.teddyhwang.com/wp-content/themes/teddyhwang/trade_gothic.swf' };

sIFR.activate(trade_gothic);

sIFR.replace(trade_gothic, {
  selector: '.title h2',
  wmode: 'transparent',
  antiAliasType: 'advanced',
  thickness: '-70',
  sharpness: '-200',
	css: [
	      '.sIFR-root { color: #ffffff; letter-spacing: 0.4; }'
	      ,'a { text-decoration: none; }'
	      ,'a:link { color: #0062ad; font-size: 18px; }'
	      ,'a:hover { color: #ff9a00; text-decoration: underline; }'
	    ],
	filters: {
	  DropShadow: {
	    knockout: false
	    ,distance: 1
	    ,color: '#242a32'
	    ,strength: 1
	  }
	}
});

