var gothamB = 
{
  src: 'http://nyu.edu/global/lapietra/flash/gothambook.swf'
};

var gothamM = 
{
  src: 'http://nyu.edu/global/lapietra/flash/gothammedium.swf'
};

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


sIFR.replace(gothamB, {
  selector: 'h1'
  	,css: [
  		,'.sIFR-root {width: auto;, font-size: 22px;, text-align: left;, display: block;, color:#4C2D7C; fitExactly: true; }'  	
  	]
 	, wmode: 'transparent'
});


/*
sIFR.replace(gothamB, {
  selector: '.darkGreen'
  	,css: [
  		,'.sIFR-root {color:#00532A;, font-weight: normal;, font-size: 30px;, border: none;, text-decoration: none;, letter-spacing: 0;, text-align: right;, position: relative;, z-index: 1;, width: auto;, display: inline}'  	
  	]
 	, wmode: 'transparent'
});


sIFR.replace(gothamB, {
  selector: '.lightGreen'
  	,css: [
  		,'.sIFR-root {color:#73B538;, font-weight: normal;, font-size: 30px;, border: none;, text-decoration: none;, letter-spacing: 0;, text-align: right;, position: relative;, z-index: 1;, width: auto;, display: inline}'  	
  	]
 	, wmode: 'transparent'
});
*/


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



