var gothamCM = {
  src: 'http://nyu.edu/giving/flash/gothamCondensedMedium.swf'
};

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


sIFR.replace(gothamCM, {
  selector: 'h2'
  	,css: [
  		,'.sIFR-root { color:#333333; , font-weight: bold; font-size: 32px; , border: none; , text-decoration: none; , letter-spacing: 1; , text-align: left; , position: relative; , z-index: 1;}'  	
  	]
 	, wmode: 'transparent'
});


sIFR.replace(gothamCM, {
  selector: 'h3'
  	,css: [
  		,'.sIFR-root { color:#333333; , font-weight: bold; font-size: 22px; , border: none; , text-decoration: none; , letter-spacing: 1; , text-align: left; , position: relative; , z-index: 1;}' , 'a:link { color: #333333; , text-decoration: none; }' , 'a:hover { color: #333333; , text-decoration: underline; }'  	
  	]
  	, wmode: 'transparent'
});

sIFR.replace(gothamCM, {
  selector: 'h4'
  	,css: [
  		,'.sIFR-root { color:#999999; , font-weight: normal; font-size: 24px; , border: none; , text-decoration: none; , letter-spacing: 1; , text-align: left; , position: relative; , z-index: 1;}'  	
  	]
  	, wmode: 'transparent'
});

sIFR.replace(gothamCM, {
  selector: 'span.alumniName'
  	,css: [
  		,'.sIFR-root { color:#999999; , font-weight: normal; font-size: 24px; , border: none; , text-decoration: none; , letter-spacing: 1; , text-align: left; , position: relative; , z-index: 1; margin: -30px 0 0 -5px;}'  	
  	]
  	, wmode: 'transparent'
});

sIFR.replace(gothamCM, {
  selector: 'h5'
  	,css: [
  		,'.sIFR-root { color:#999999; , font-weight: normal; font-size: 20px; , border: none; , text-decoration: none; , letter-spacing: 1; , text-align: left; , position: relative; , z-index: 1;}' , 'a:link { color: #999999; , text-decoration: none; }' , 'a:hover { color: #999999; , text-decoration: underline; }'  	
  	]
  	, wmode: 'transparent'
});
