
	var rockwell = {
		src: '/_files/sifr3/swf/gillsans.swf'
	};
	var cochin = {
		src: '/_files/sifr3/swf/cochin.swf'
	};

	// sIFR.useStyleCheck = true;
	sIFR.activate(rockwell,cochin);

	sIFR.replace(rockwell, {
	 selector: 'h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { height: 22px; font-size: 22px; text-align: left; font-weight: normal; color: #2F405E }',
		'a { text-decoration: none; }',
		'a:link { color: #677a9a; }',
		'a:hover { color: #677a9a; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'h2'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { height: 30px; font-size: 30px; text-align: left; font-weight: normal; color: #C1CAD9; }',
		'a { text-decoration: none; }',
		'a:link { color: #000000; }',
		'a:hover { color: #ff0000; }'
		]
	});
  

