    var geoslab = {
      src: '/geoslab.swf'
      ,ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 16, 1.28, 24, 1.26, 27, 1.24, 33, 1.23, 36, 1.22, 37, 1.23, 48, 1.22, 52, 1.21, 53, 1.22, 80, 1.21, 84, 1.2, 85, 1.21, 89, 1.2, 90, 1.21, 1.2]
    };



sIFR.activate(geoslab);




sIFR.replace(geoslab, {
  selector: '#mainContent h1',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: #FFFFFF; color: #666666;text-transform:uppercase;}'
});


sIFR.replace(geoslab, {
  selector: '#mainContent h2.subTitle',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: #FFFFFF; color: #666666;text-transform:uppercase;}'
});


sIFR.replace(geoslab, {
  selector: '#logo .year',
  wmode: 'transparent',
  css: [
  '.sIFR-root {color: #E36E36;}'
  ]
});

