var gothamB = {
  src: 'http://nyu.edu/epubs/preview/diversity/web/flash/gothamBook.swf'
};

var gothamM = {
  src: 'http://nyu.edu/epubs/preview/diversity/web/flash/gothamMedium.swf'
};

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


sIFR.replace(gothamB, {
  selector: '.general h1'
  	,css: [
  		,'.sIFR-root { color:#959499; , font-weight: normal; font-size: 30px; , border: none; , text-decoration: none; , letter-spacing: 0; , text-align: left; , position: relative; , z-index: 1;}'  	
  	]
 	, wmode: 'transparent'
});

sIFR.replace(gothamB, {
  selector: '.academicsResearch h1'
  	,css: [
  		,'.sIFR-root { color:#f47820; , font-weight: normal; font-size: 30px; , border: none; , text-decoration: none; , letter-spacing: 0; , text-align: left; , position: relative; , z-index: 1;}'  	
  	]
 	, wmode: 'transparent'
});

sIFR.replace(gothamB, {
  selector: '.nyuInWorld h1'
  	,css: [
  		,'.sIFR-root { color:#8cc63e; , font-weight: normal; font-size: 30px; , border: none; , text-decoration: none; , letter-spacing: 0; , text-align: left; , position: relative; , z-index: 1;}'  	
  	]
 	, wmode: 'transparent'
});

sIFR.replace(gothamB, {
  selector: '.nyuCommunity h1'
  	,css: [
  		,'.sIFR-root { color:#6561ad; , font-weight: normal; font-size: 30px; , border: none; , text-decoration: none; , letter-spacing: 0; , text-align: left; , position: relative; , z-index: 1;}'  	
  	]
 	, wmode: 'transparent'
});

sIFR.replace(gothamB, {
  selector: '.eventsTraditions h1'
  	,css: [
  		,'.sIFR-root { color:#ed1458; , font-weight: normal; font-size: 30px; , border: none; , text-decoration: none; , letter-spacing: 0; , text-align: left; , position: relative; , z-index: 1;}'  	
  	]
 	, wmode: 'transparent'
});

sIFR.replace(gothamB, {
  selector: '.externalResources h1'
  	,css: [
  		,'.sIFR-root { color:#008ad1; , font-weight: normal; font-size: 30px; , border: none; , text-decoration: none; , letter-spacing: 0; , text-align: left; , position: relative; , z-index: 1;}'  	
  	]
 	, wmode: 'transparent'
});

