  var helvetica = {
    src: 'helvetica.swf'
  };

  sIFR.activate(helvetica);

  sIFR.replace(helvetica, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color:#666666; margin-left:0px; font-size:26px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #666666; }'
      ,'a:hover { color: #666666; }'
   ] ,wmode: 'transparent'
  });
  
  var helvetica2 = {
    src: 'helvetica.swf'
  };
  
   sIFR.activate(helvetica2);

  sIFR.replace(helvetica2, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color:#999999; margin-left:0px; font-size:16px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #999999; }'
      ,'a:hover { color: #999999; }'
   ] ,wmode: 'transparent'
  });