  var highway = {
	fixWrap: true,
	forceClear: true,
	fitExactly: true,
     src: 'sifr/bluehighway.swf'
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(highway);

  sIFR.replace(highway, {
    selector: 'h1.bigger'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-style: normal; color: #00467f; leading: -5; letter-spacing: -1; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #00467f; }'
      ,'a:hover { color: #00467f; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(highway, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-style: normal; color: #00467f; leading: -5; letter-spacing: -1; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #00467f; }'
      ,'a:hover { color: #00467f; }'
    ]
    ,wmode: 'transparent'
  });


