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

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

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


sIFR.replace(fette, {
  selector: 'h1'
  	,css: [
  		,'.sIFR-root { color:#ffffff; font-weight: bold; font-size: 72px; text-align: center;}'
  		,'a:link { color:#ffffff; font-weight: bold; text-decoration: none;}'
  		,'a:hover { color:#ffffff;}'
  	]
  	, wmode: 'transparent'
});

sIFR.replace(newsGothicMT, {
  selector: 'h2, h2.news, h2.featuredWork'
  	,css: [
  		,'.sIFR-root { color:#e5ddd6; text-align: left; font-size: 14px; font-weight: bold;}'
  		
  	]
  	, wmode: 'transparent'
});

sIFR.replace(newsGothicMT, {
  selector: 'h3'
  	,css: [
  		,'.sIFR-root { color:#e5ddd6; text-align: left; font-size: 12px; font-weight: bold;}'
  	]
  	, wmode: 'transparent'
});

sIFR.replace(newsGothicMT, {
  selector: 'ul#navigation li'
  	,css: [
  		,'.sIFR-root { color:#9ea8a3; font-size: 14px; font-weight: bold; text-align: center;}'
  		,'a:link {color:#ffffff; font-weight: bold; text-decoration: none;}'
  		,'a:hover { color:#ffffff; }'
  		
  	]
  	, wmode: 'transparent'
});





