var savoyeLET = {
  src: 'http://aimeefriedmanbooks.com/fonts/savoyeLET.swf'
};

var myriadPro = {
  src: 'http://aimeefriedmanbooks.com/fonts/myriadPro.swf'
};

var myriadProCondensed = {
  src: 'http://aimeefriedmanbooks.com/fonts/myriadProCondensed.swf'
};

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


sIFR.activate(savoyeLET, newsGothicMT, myriadPro, myriadProCondensed); // From revision 209 and onwards


sIFR.replace(savoyeLET, {
  selector: 'h1'
  	,css: [
  		,'.sIFR-root { color:#14307c; , font-weight: normal; font-size: 140px; , border: none; , text-decoration: none; , text-align: center; }'
  		,'a { color:#14307c; , font-weight: normal; font-size: 140px; , border: none; , text-decoration: none; , text-align: center;}'
  		,'a:link { color:#14307c; , font-weight: normal; font-size: 140px; , border: none; , text-decoration: none; , text-align: center;}'
  		,'a:visited { color:#14307c; , font-weight: normal; font-size: 140px; , border: none; , text-decoration: none; , text-align: center;}'
  		,'a:hover { color:#14307c; , font-weight: normal; font-size: 140px; , border: none; , text-decoration: none; , text-align: center;}'
  		,'a:active { color:#14307c; , font-weight: normal; font-size: 140px; , border: none; , text-decoration: none; , text-align: center;}'
  	]
  	, wmode: 'transparent'
});


sIFR.replace(myriadPro, {
  selector: 'h2'
  	,css: [
  		,'.sIFR-root { color:#7388a7; , font-weight: normal; font-size: 33px; , border: none; , text-decoration: none; , text-align: center; }'
  		
  	]
  	, wmode: 'transparent'
});

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

sIFR.replace(newsGothicMT, {
  selector: '#nav li'
  	,css: [
  		,'.sIFR-root { color:#ffffff; , font-size: 12px; , font-weight: bold;}'
  		,'a:link { color:#ffffff; , font-size: 120px;,  text-align: center;, 	text-decoration: none; , font-weight: bold;}'
  		,'a:visited { color:#ffffff; , font-size: 120px;, text-align: center;, 	text-decoration: none; , font-weight: bold;}'
  		,'a:hover { color:#aacaf7; , font-weight: normal; font-size: 120px; , text-decoration: none; , text-align: center; , font-weight: bold;}'
  		,'a:active { color:#aacaf7; , font-weight: normal; font-size: 120px; , text-decoration: none; , text-align: center; , font-weight: bold;}'		
  	]
  	, wmode: 'transparent'
});




