function testSIFR(){

var goudy = {
 src: '/flash/goudy.swf'
};
sIFR.registerEvents = false;
//sIFR.useStyleCheck = true;
sIFR.activate(goudy);

sIFR.replace(goudy, {
selector: '#motto'
	,css: [
	  '.sIFR-root { font-size:28px; color:#00457C;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(goudy, {
selector: '#desc'
	,css: [
	  '.sIFR-root { font-size:20px; color:#00457C;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(goudy, {
selector: '#blk_tst'
	,css: [
	  '.sIFR-root { font-size:23px;; color:#00457C;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});
sIFR.initialize();
}
