 //<[CDATA[

  var bankgothic = {
    src: '/js/sifr.swf'
  };

  // sIFR.domains = ['gacoretail.com'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(bankgothic);


  sIFR.replace(bankgothic, {
    selector: '.Yellow h3.bankgothic'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #ef9900; }'
    ]
  });
  
    sIFR.replace(bankgothic, {
    selector: '.Red h3.bankgothic'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #b01e1c; }'
    ]
  });
  
    sIFR.replace(bankgothic, {
    selector: '.Green h3.bankgothic'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #67af5b; }'
    ]
  });
  

  
  
  
  //]]>