var tradegothic = {
  src: '/media/swf/tradegothic.swf'
};

sIFR.activate(tradegothic);

sIFR.replace(tradegothic, {
  selector: '#layout_left h2',
  wmode: 'transparent',
  css: '.sIFR-root { color: #5d88a1; }'
});

sIFR.replace(tradegothic, {
  selector: '#layout_right #song_head span',
  wmode: 'transparent',
  css: '.sIFR-root { color: #b41d58; text-transform: uppercase; }'
});

sIFR.replace(tradegothic, {
  selector: '#layout_right h2 span',
  wmode: 'transparent',
  css: '.sIFR-root { color: #516f80; text-transform: uppercase; }'
});