//<[CDATA[
  
 var helvetica = {
    src: 'assets/swf/sifr/helveticaneue.swf'
    ,ratios: [8,1.41,10,1.33,14,1.31,16,1.26,20,1.27,24,1.26,25,1.24,26,1.25,35,1.24,42,1.23,45,1.22,46,1.23,67,1.22,1.21]
     };
  
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(helvetica);
  sIFR.replace(helvetica, {
    selector: 'h3',
    wmode: 'Transparent'
    
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color:#B2227A;font-size:12px}'
   
    ]
  });
  
  sIFR.activate(helvetica);
  sIFR.replace(helvetica, {
    selector: 'h4',
    wmode: 'Transparent'
    
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color:#B2227A;font-size:10px}'
   
    ]
  });
  
  sIFR.activate(helvetica);
  sIFR.replace(helvetica, {
    selector: '.productPhoto1 a span,.productPhoto2 a span,.productPhoto3 a span,.productPhoto4 a span',
    wmode: 'Transparent'
    
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color:#B2227A;font-size:10px}'
   
    ]
  });
  
  //Debug Mode to Create Ratio of Font
  
  //sIFR.debug.ratios(helvetica, {
   // selector: 'h2,h3',
    //wmode: 'Transparent'
    //,css: [
      //'.sIFR-root { text-align: left; font-weight: bold; color:#ffffff;}' 
   // ]
  //});
  
  
  
  
  //]]>