var theSans = {
    src: 'wp-content/themes/sparrow/swf/the-sans-extra-bold.swf'
};

var angelina = {
    src: '/wp-content/themes/sparrow/swf/angelina.swf'
};

sIFR.activate(theSans, angelina);

sIFR.replace(theSans, {
    selector: '.news-item-excerpt h3'
    ,css: [
      '.sIFR-root {  }'
      ,'a { color: #ffffff; text-decoration: none; }'
      ,'a:hover {color: #ffffff; text-decoration: underline; }'
    ]
    ,wmode : 'transparent'
  });
  
sIFR.replace(theSans, {
    selector: '.news-item-full h3'
    ,css: [
      '.sIFR-root { color: #2b2f2a; }' 
    ]
    ,wmode : 'transparent'
  });
  
sIFR.replace(theSans, {
    selector: '.static-page h2'
    ,css: [
      '.sIFR-root { color: #2b2f2a; }'
    ]
    ,wmode : 'transparent'
  });  
  
sIFR.replace(theSans, {
    selector: '#page-content-main h2'
    ,css: '.sIFR-root { color: #2b2f2a; }'
    ,wmode : 'transparent'
  });

sIFR.replace(theSans, {
    selector: '.trigger h3'
    ,css: [
      '.sIFR-root { color: #2b2f2a; }'
    ]
    ,wmode : 'transparent'
  });
  
sIFR.replace(theSans, {
    selector: '#sub-navigation h4'
    ,css: [
      '.sIFR-root { color: #2b2f2a; }'
      ,'a { color: #2b2f2a; text-decoration: none; }'
      ,'a:hover { color: #ffffff; text-decoration: none; }'
    ]
    ,wmode : 'transparent'
  });
  
sIFR.replace(theSans, {
    selector: '#criteria-selection h4'
    ,css: '.sIFR-root { color: #2b2f2a; }'
    ,wmode : 'transparent'
  });
  
 
   
  
sIFR.replace(angelina, {
    selector: '.testimonial p'
    ,css: '.sIFR-root { color: #4249c0; }'
    ,wmode : 'transparent'
  }); 
  
sIFR.replace(angelina, {
    selector: '.news-note p'
    ,css: '.sIFR-root { color: #4249c0; }'
    ,wmode : 'transparent'
  }); 
