var mainFont = { src: '/flash/meta.swf' };
  
	sIFR.useStyleCheck = true;
	sIFR.activate(mainFont);
	//if (navigator.userAgent.indexOf("Firefox")!=-1) {
		sIFR.replace(mainFont, {
			wmode: 'transparent',
			selector: 'h2',
			css: ['.sIFR-root {color:#FFFFFF; font-weight:bold;}'
				, 'a { color: #FFFFFF;}'
				, 'a:hover { color: #FFFFFF; }'],
			selectable: false,
			forceSingleLine: true
		});
	//} else {
	//	sIFR.replace(mainFont, {
	//		wmode: 'transparent',
	//		selector: 'h2',
	//		css: ['.sIFR-root {color:#FFFFFF;}'
	//			, 'a { color: #FFFFFF;}'
	//			, 'a:hover { color: #FFFFFF; }'],
	//		selectable: false,
	//		forceSingleLine: true
	//	});

	//}

	
