var franklinGothicHeavy = {
  src: '/assets/system.file_vault/franklinGothicHeavy.swf'
};


sIFR.prefetch(franklinGothicHeavy);

sIFR.activate(franklinGothicHeavy);

sIFR.replace(franklinGothicHeavy, {
  selector: 'h1,h2,h3'
,wmode: 'transparent'
,css: [
      '.sIFR-root { color: #0F1376; margin:20px 0 0 0; padding:0; line-height:10px; }'
    ]

});


var franklinGothicMedium = {
  src: '/assets/system.file_vault/franklinGothicMedium.swf'
};

sIFR.prefetch(franklinGothicMedium);

sIFR.activate(franklinGothicMedium);

sIFR.replace(franklinGothicMedium, {
  selector: '.rightHead'
,wmode: 'transparent'
,css: [
      '.sIFR-root { color: #D51313; text-align:right;  }'
    ]

});



var franklinGothicMediumTrans = {
  src: '/assets/system.file_vault/franklinGothicHeavyTrans.swf'
};


sIFR.prefetch(franklinGothicMediumTrans);

sIFR.activate(franklinGothicMediumTrans);

sIFR.replace(franklinGothicMediumTrans, {
  selector: '.translucent'
,wmode: 'transparent'
,css: [
      '.sIFR-root { color: #D51313; text-align:right;   line-height:36px; }'
    ]

});