/*
 * sIFR
 */
var lubalin = {
    src: '/assets/sifr/lubalin.swf'
    ,ratios: [8, 1.41, 9, 1.33, 12, 1.35, 14, 1.29, 18, 1.3, 20, 1.26, 27, 1.27, 28, 1.25, 32, 1.26, 33, 1.24, 34, 1.25, 53, 1.24, 80, 1.23, 81, 1.22, 82, 1.23, 85, 1.22, 86, 1.23, 1.22]
  };
  
sIFR.activate(lubalin);

sIFR.replace(lubalin, {
    selector: 'h2.sifr-type1'
    ,css: [
      '.sIFR-root { color: #50b6bc; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #50b6bc; }'
      ,'a:hover { color: #50b6bc; }'
    ],wmode:"transparent"
  });

sIFR.replace(lubalin, {
    selector: 'h2.sifr-type2'
    ,css: [
      '.sIFR-root { color: #00555d; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #00555d; }'
      ,'a:hover { color: #00555d; }'
    ],wmode:"transparent"
  });
  
  sIFR.replace(lubalin, {
    selector: 'h1.sifr-type2'
    ,css: [
      '.sIFR-root { color: #00555d; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #00555d; }'
      ,'a:hover { color: #00555d; }'
    ],wmode:"transparent"
  });

sIFR.replace(lubalin, {
    selector: 'div.testimonial'
    ,css: [
      '.sIFR-root { color: #50b6bc; text-align: right; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #50b6bc; }'
      ,'a:hover { color: #50b6bc; }' 
    ],wmode:"transparent"
  });
