/* ==================================================================
 sIFR Implementation
===================================================================*/
if (sIFR) {
   var helvetica = {
      src: '/content/sites/default/files/PUBLIC/breederscup/helvetica.swf'
   };
   sIFR.activate(helvetica); // From revision 209 and onwards
   sIFR.replace(helvetica, {
      selector: '#bcc-page h2',
      css: [
         '.sIFR-root { font-size: 55px; color: #4ba4ec; text-transform: uppercase; text-align: center; }' + 
         'strong { font-weight: normal; color: #126ab2; }'
       ]
   });
}
