
var tradegothic = {
  src: '/sifr3/tradegothic.swf'
};

sIFR.activate(tradegothic);

/*
- leading: similar to line-height in CSS
- Don't type "px" after the values for leading & letter-spacing!!
- Have to include bold/italic fonts in Flash file otherwise bold/italic won't show up.
*/

sIFR.replace(tradegothic, {
selector: 'h1'
,css: [
  '.sIFR-root { color:#e87225; font-weight: bold; leading: -3; letter-spacing: 0.1;}'
]
,wmode:'transparent'
});
