var interstate = {
	 src: 'flash/sifr.swf',
	 ratios: [9,0.53,11,0.62,12,0.71,13,0.74,16,0.8,17,0.86,19,0.87,20,0.92,21,0.93,24,0.94,26,0.98,29,0.99,34,1.02,39,1.05,43,1.07,49,1.08,52,1.1,53,1.11,58,1.1,65,1.12,69,1.13,70,1.14,72,1.13,76,1.14,77,1.15,81,1.14,90,1.15,103,1.16,104,1.17,108,1.16,1.17]
};

sIFR.delayCSS = true;

// sIFR.isEnabled = false;

sIFR.activate(interstate);

sIFR.replace(interstate, {
  selector: 'h1',
  css: [
		'.sIFR-root { color: #FFFFFF; font-size: 19px; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #FFFFFF; }',
		'a:hover { text-decoration: underline; color: #FFFFFF; }'
	],
	wmode: 'transparent'
});

sIFR.replace(interstate, {
  selector: 'h2',
  css: [
		'.sIFR-root { color: #FFFFFF; font-size: 15px; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #FFFFFF; }',
		'a:hover { text-decoration: underline; color: #86C1EE; }'
	],
	wmode: 'transparent'
});
