var tradegothic = {  
	src: '/sIFR/test02.swf'  
};


var xxx = {
    src: '/sIFR/test02.swf'
};  

  
sIFR.activate(tradegothic);  
   
sIFR.replace(tradegothic, {
selector: '#CenterContent #CenterLeft h1',
        css: [ '.sIFR-root  {color: #ccff00; text-decoration: none; line-height: 1.4em} ' ],
	    wmode: 'transparent'
});

