var newsGothicMT = {
  src: 'http://littleneckfactory.com/pravinsathe/suspendedonaroadfromheretothere/fonts/newsGothicMT.swf'
};

sIFR.fitExactly = true;
sIFR.useStyleCheck = true;
sIFR.activate(newsGothicMT); // From revision 209 and onwards


sIFR.replace(newsGothicMT, {
    selector: '#navigation li'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #9fc6d2; font-size: 12; }'
      ,'a:link { color: #699ca8; text-decoration: none;}'
      ,'a:hover { color: #46676d; }'
    ]
  }); 

sIFR.replace(newsGothicMT, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #46676d; font-size: 37; }'
    ]
  });
  
  
  
sIFR.replace(newsGothicMT, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #46676d; font-size: 22; }'
      ,'a:link { color: #699ca8; text-decoration: none;}'
      ,'a:hover { color: #46676d; }'
    ]
  });
  

sIFR.replace(newsGothicMT, {
    selector: '#active'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #46676d; font-size: 22; }'
      ,'a:link { color: #699ca8; text-decoration: none;}'
      ,'a:hover { color: #46676d; }'
    ]
  });