var futura = {
  src: 'futurastdbold.swf'
};

sIFR.activate(futura);

sIFR.replace(futura, {
  selector: 'h3',
  tuneHeight: -14,
  offsetTop: -5,
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #7e7e7e; leading: -13; letter-spacing: -1; text-transform: uppercase; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #F15A24; }'
      ,'a:hover { color: #F17448; }'
	]
});
