var font = {
  src: '/js/geoslab703.swf'
};
sIFR.prefetch(font);
sIFR.activate();

sIFR.replace(font, {
  selector: 'h2.fancy span'
 ,wmode: 'transparent'
 ,css: [
   '.sIFR-root { color:#2f3d4a; font-size:16px; line-height:1em; background-color:#fff; leading:-1;}'
  ,'a:link { text-decoration:none; color:#2f3d4a; }'
  ,'a:visited { text-decoration:none; color:#2f3d4a; }'
  ,'a:hover { text-decoration:none; color:#105496; }'
  ,'a:active { text-decoration:none; color:#ffa000; }'
  ]
 ,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,46,1.23,67,1.22,70,1.21,71,1.22,75,1.21,76,1.22,80,1.21,81,1.22,1.21]
});