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


sIFR.activate(newsGothicMT); // From revision 209 and onwards


sIFR.replace(newsGothicMT, {
  selector: 'h1'
  	,css: [
  		,'.sIFR-root { color:#000000; , font-weight: bold; font-size: 16px; , border: none; , text-decoration: none; , text-align: left; }'
  	]
  	, wmode: 'transparent'
});

sIFR.replace(newsGothicMT, {
  selector: 'h2'
  	,css: [
  		,'.sIFR-root { color:#000000; , font-weight: bold; font-size: 16px; , border: none; , text-decoration: none; , text-align: left; }'
  	]
  	, wmode: 'transparent'
});



sIFR.replace(newsGothicMT, {
  selector: 'h3'
  	,css: [
  		,'.sIFR-root { color:#666666; , font-weight: bold; font-size: 14px; , border: none; , text-decoration: none; , text-align: left; , text-transform: uppercase; }'
  		
  	]
  	, wmode: 'transparent'
});