var gotham = {
				src: 'assets/flash/gotham-bold.swf'
			};
			
			sIFR.activate(gotham);
			
			sIFR.replace(gotham, {
				selector: 'h1',
				wmode: 'transparent',
				css: [ '.sIFR-root { color: #4a4d41; font-size: 32px; leading: 7; }']
				
			});
			

var gotham = {
				src: 'assets/flash/gotham-bold.swf'
			};
			
			sIFR.activate(gotham);
			
			sIFR.replace(gotham, {
				selector: 'h2',
				wmode: 'transparent',
				css: [ '.sIFR-root { color: #666666; font-size: 20px; leading: 7; }']
				
			});