var andromeda = {
  src: 'http://laurenmechling.com/fonts/andromeda.swf'
};

var andromedaBold = {
  src: 'http://laurenmechling.com/fonts/andromedaBold.swf'
};

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

var nexusSans = {
  src: 'http://laurenmechling.com/fonts/nexusSans.swf'
};

sIFR.activate(andromeda, newsGothicMT, andromedaBold, nexusSans); // From revision 209 and onwards


sIFR.replace(andromedaBold, {
  selector: 'h1'
  	,css: [
  		,'.sIFR-root { color:#231f20; , font-weight: bold; font-size: 36px; , border: none; , text-decoration: none; , text-align: center; }'
  	]
  	, wmode: 'transparent'
});

sIFR.replace(nexusSans, {
  selector: '.quote1'
  	,css: [
  		,'.sIFR-root { color:#5d81ba; , font-weight: normal; font-size: 12px; , border: none; , text-decoration: none; , text-align: left; }'
  	]
  	, wmode: 'transparent'
});



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

sIFR.replace(newsGothicMT, {
  selector: '.quoter'
  	,css: [
  		,'.sIFR-root { color:#2b1703; , font-weight: normal; font-size: 12px; , border: none; , text-decoration: none; , text-align: right; , font-style: italic; }'
  		
  	]
  	, wmode: 'transparent'
});

/* sIFR.replace(nexusSans, {
  selector: '#nav li'
  	,css: [
  		,'.sIFR-root { color:#5d81ba; , font-weight: bold; font-size: 12px; , border: none; , text-decoration: none; , text-align: center; }'
  		,'a { color:#5d81ba; , font-weight: bold; font-size: 32px; , border: none; , text-decoration: none; , text-align: center;}'
  		,'a:link { color:#5d81ba; , font-weight: bold; font-size: 120px; , border: none; , text-decoration: none; , text-align: center;}'
  		,'a:visited { color:#5d81ba; , font-weight: bold; font-size: 120px; , border: none; , text-decoration: none; , text-align: center; }'
  		,'a:hover { color:#5d81ba; , font-weight: bold; font-size: 120px; , border: none; , text-decoration: underline; , text-align: center; }'
  		,'a:active { color:#5d81ba; , font-weight: bold; font-size: 120px; , border: none; , text-decoration: none; , text-align: center; }'
  		
  	]
  	, wmode: 'transparent'
}); */





