  var tgbcon = {
    src: 'HelveticaNeueRoman.swf'
  };
  
  var tgbcon1 = {
    src: 'HelveticaNeueBold.swf'
  };
  
  sIFR.useStyleCheck = true;

  sIFR.activate(tgbcon);
  sIFR.activate(tgbcon1);
  

  sIFR.replace(tgbcon1, {

    selector: '#header h1'

    ,css: [
      '.sIFR-root { font-size:30px; color:#FFFFFF; font-weight:normal; }',
    ]
   ,wmode: 'transparent' 

  });


  sIFR.replace(tgbcon1, {

    selector: '#header h2'

    ,css: [
      '.sIFR-root { font-size:13px; color:#FFFFFF; font-weight:normal; }',
    ]
   ,wmode: 'transparent' 

  });
  
    sIFR.replace(tgbcon1, {

    selector: '#header1 h2'

    ,css: [
      '.sIFR-root { font-size:16px; color:#FFFFFF; font-weight:normal; }',
    ]
   ,wmode: 'transparent' 

  });

  

  

    sIFR.replace(tgbcon1, {

    selector: '#hometext h1'

    ,css: [
      '.sIFR-root { font-size: 22px; font-weight: normal; color: #666666; text-transform: uppercase; letter-spacing: 6; }',
    ]
   ,wmode: 'transparent' 

  });

  

    sIFR.replace(tgbcon, {

    selector: '#hometext h2'

    ,css: [
      '.sIFR-root { font-size: 22px; font-weight: normal; color: #666666; text-transform: uppercase; letter-spacing: 6; }',
    ]
   ,wmode: 'transparent' 

  });  
