
var tradegothiclt = {
	src: '/wp-content/themes/mixed2/sifr/tradegothiclt.swf'
};

sIFR.activate( tradegothiclt );

sIFR.replace( tradegothiclt, {
  selector: '#left h3',
  css: {
	'a': { 'text-decoration': 'none' },
	'a:link': { 'color': '#ba7400' },
	'a:hover': { 'color': '#da9420' }
	}
});

sIFR.replace( tradegothiclt, {
  selector: '#boxes h3',
  css: {
	'a': { 'text-decoration': 'none' },
	'a:link': { 'color': '#464a52' },
	'a:hover': { 'color': '#da9420' }
	},
  wmode: "transparent"
});

sIFR.replace( tradegothiclt, {
  selector: '#left #numcomments',
  css: {
	'a': { 'text-decoration': 'none' },
	'a:link': { 'color': '#ba7400' },
	'a:hover': { 'color': '#da9420' }
	},
	wmode: "transparent"
});