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

  sIFR.activate(helvetica);

  sIFR.replace(helvetica, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color:#314e74; margin-left:5px; font-size:60px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #314e74; }'
      ,'a:hover { color: #314e74; }'
   ] ,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:#a5b1c1; font-size:60px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #a5b1c1; }'
      ,'a:hover { color: #a5b1c1; }'
    ] ,wmode: 'transparent'
  }); 
  
  var helvetica3 = {
    src: 'helvetica.swf'
  };

  sIFR.activate(helvetica3);

  sIFR.replace(helvetica3, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color:#314e74; font-size:60px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #314e74; }'
      ,'a:hover { color: #314e74; }'
   ] ,wmode: 'transparent'
  });  
  
  var helvetica4 = {
    src: 'helvetica.swf'
  };

  sIFR.activate(helvetica4);

  sIFR.replace(helvetica4, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color:#314e74; font-size:18px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #314e74; }'
      ,'a:hover { color: #000000; }'
   ] ,wmode: 'transparent'
  });