var gotham = {
				src: './App_Themes/IndianapolisOfficeSpaceOrg/flash/gotham-bold.swf'
			};
			
			sIFR.activate(gotham);
			
			sIFR.replace(gotham, {
				selector: 'h1',
				wmode: 'transparent',
				css: [ '.sIFR-root { color: #ba2d00; font-size: 22px; }'],
				forceSingleLine: true
			});
			sIFR.replace(gotham, {
				selector: 'h2',
				wmode: 'transparent',
				css: [ '.sIFR-root { color: #ba2d00; font-size: 38px; }']
				
			});
			sIFR.replace(gotham, {
				selector: 'h3',
				wmode: 'transparent',
				css: [ '.sIFR-root { color: #ba2d00; font-size: 28px; }']
				
			});
			sIFR.replace(gotham, {
				selector: 'h4',
				wmode: 'transparent',
				css: [ '.sIFR-root { color: #555555; font-size: 15px; }']
				
			});
			sIFR.replace(gotham, {
				selector: 'h5',
				wmode: 'transparent',
				css: [ '.sIFR-root { color: #888888; font-size: 15px; }']
				
			});