_page.loadSIFR = false;
	
strLanguage = 'en';

var swf;

if (_page.sIFR.getSWFByFont) 
{
	swf = _page.sIFR.getSWFByFont({language: strLanguage});
}

if (swf) 
{
	sIFR.activate(swf);
	
	sIFR.replace(swf, {
		selector: 'h1',
		css: ['.sIFR-root { font-size:36px; color: #f17a0f;}','a {color: #f17a0f; text-decoration: none;}','a:hover {color: #f17a0f; text-decoration: underline; }'],
		wmode: 'transparent'
	});
	
	sIFR.replace(swf, {
		selector: 'h2',
		css: ['.sIFR-root { font-size:26px; color: #0E5FD8;}','a {color: #0E5FD8; text-decoration: none;}','a:hover {color: #0E5FD8; text-decoration: underline; }'],
		wmode: 'transparent'
	});
}	


