var cgothic = {
  src: 'http://www.lakeheron.co.nz/js/century_gothic.swf',
  ratios: [8, 1.42, 11, 1.38, 17, 1.32, 21, 1.3, 23, 1.27, 30, 1.28, 44, 1.26, 61, 1.25, 62, 1.24, 63, 1.25, 66, 1.24, 67, 1.25, 70, 1.24, 71, 1.25, 101, 1.24, 102, 1.23, 114, 1.24, 115, 1.23, 118, 1.24, 119, 1.23, 122, 1.24, 124, 1.23, 1.24]
};

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

sIFR.replace(cgothic, { 
			 selector: '#submenu h1', 
			 tuneHeight: '-8',
			 transparent: 'true',
			 css:['.sIFR-root{margin-bottom: 5px; padding:0; font-size: 14px; color: #858383;}']
			 });

sIFR.replace(cgothic, { 
			 selector: '#left h1', 
			 tuneHeight: '-8',
			 transparent: 'true',
			 css:['.sIFR-root{padding:0; margin:0; font-size: 22px; margin-bottom: 10px; color: #858383; text-transform:uppercase;}']
			 });

sIFR.replace(cgothic, { 
			 selector: 'h2', 
			 tuneHeight: '',
			 transparent: 'true',
			 css:['.sIFR-root{font-size: 16px; line-height: 22px; color: #858383; padding:0; margin:0;}']
			 });