//<[CDATA[

	var font1 = { src: 'test.swf' };
  
	sIFR.useStyleCheck = true;
	sIFR.activate(font1);

sIFR.replace(font1, {
selector: 'h2'
,css: [

'.sIFR-root { color: #3F737A; font-size:39px;}'
,'a { color: #3F737A;text-decoration: none; }'
,'a:visited { color: #3F737A;text-decoration: none; }'
,'a:hover { color: #3F737A;text-decoration: none; }'
]

, wmode: 'transparent'

});