var gothic = {
src: '/sIFR/sifrTradeGothic.swf'
};

/*Tell sIFR to load the movie*/
sIFR.prefetch(gothic);

/*Activate sIFR*/
sIFR.activate();

sIFR.replace(gothic, {
selector: 'p#pageSlogan',
src: '/sIFR/sIFR3/sifrTradeGothic.swf',
css: {'.sIFR-root': {'color': '#4C5455',leading: -5, 'font-weight': 'normal', 'text-align': 'right'}}

});