var downcome = {
  src: '/sifr/flash/downcome.swf'
};
var tradeGothic = {
  src: '/sifr/flash/tradeGothic.swf'
};

sIFR.activate(downcome, tradeGothic);

sIFR.replace(downcome, {
  selector: 'h2.featureText'
	,wmode:'transparent'
    ,selectable: 'false'
    ,css: [ '.sIFR-root { color: #cc0000; }'
          ]
});
sIFR.replace(downcome, {
  selector: 'h2'
	,wmode:'transparent'
    ,selectable: 'false'
    ,css: [ '.sIFR-root { text-decoration: none; color: #005dab; }'
		  	,'a { text-decoration: none; color: #005dab; }'
            ,'a:hover { text-decoration: underline; color: #005dab; }'
          ]
});
sIFR.replace(tradeGothic, {
  selector: 'h3'
	,wmode:'transparent'
    ,selectable: 'false'
    ,css: [ '.sIFR-root { text-decoration: none; color: #333333; }'
		  	,'a { text-decoration: none; color: #000000; text-transform: uppercase; }'
            ,'a:hover { text-decoration: underline; color: #000000; text-transform: uppercase; }'
          ]
});
sIFR.replace(tradeGothic, {
  selector: 'p.postmetadata'
	,wmode:'transparent'
    ,selectable: 'false'
    ,css: [ 'a { text-decoration: none; color: #666666;  }'
            ,'a:hover { text-decoration: underline; color: #666666; }'
          ]
});
