var gillsansmt = {
    src: 'http://www.yourmortgagesolution.ca/gillsansmt.swf'
  };
sIFR.delayCSS  = true;
sIFR.activate( gillsansmt );

sIFR.replace( gillsansmt, {
    selector: 'h1',
    css: [
        '.sIFR-root { font-style: normal; color: #004a8d; }'
    ], 
    wmode: 'transparent'
});


sIFR.replace( gillsansmt, {
    selector: 'h2.header',
    css: [
        '.sIFR-root { font-style: normal; text-align: right; color: #ffffff; }'
    ], 
    fitExactly: true, 
    wmode: 'transparent'
});
sIFR.replace( gillsansmt, {
    selector: 'h2',
    css: [
        '.sIFR-root { font-style: normal; color: #004a8d; }'
    ], 
    wmode: 'transparent'
});

sIFR.replace( gillsansmt, {
    selector: 'h3',
    css: [
        '.sIFR-root { font-style: normal; color: #004a8d; }'
    ], 
    wmode: 'transparent'
});
