
var trade_gothic = {
  src: 'http://svc013.wic035p.server-web.com/flash/trade_gothic.swf'
};
  
sIFR.activate(trade_gothic);


/*sIFR.replace(trade_gothic, {
  selector: '.history_title .page_title', 
  css: ['.sIFR-root { color: #cdeb02; letter-spacing: 1; text-transform: uppercase;}'],
  wmode: 'transparent',
});*/

sIFR.replace(trade_gothic, {
  selector: '.resources_title .page_title', 
  css: ['.sIFR-root { color: #ff9c00; letter-spacing: 0.3; text-transform: uppercase }'],
  wmode: 'transparent'
});


sIFR.replace(trade_gothic, {
  selector: '.history_title .page_title'
  , css: {
	  '.sIFR-root': { 'color': '#cdeb02', 'text-transform': 'uppercase' , 'letter-spacing':'0.3' }
	}
  ,wmode: 'transparent'
  ,filters: {
      DropShadow: {
    	knockout: false
    	,distance: 1
    	,color: '#000'
    	,strength: 1
		,alpha: 0.5
  		}
	}
});






