var avenir = {
      src: '/SiteFiles/1246/sIFR/flash/avenir.swf'
};
 
sIFR.activate(avenir);
 
sIFR.replace(avenir, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size:38px; font-weight:lighter; color:#474747; }',
	  'a {color: #127F0B; text-decoration:none;}',
	  'strong {color: #127F0B; text-decoration:none; font-weight:normal;}',
      'a:hover {color: #aeaeae;}'
      ],
      wmode: 'transparent'
});