  var viper = {
    src: 'flash/viper.swf'
  };
  


  //-----------------------------------------------------------------------------//

  sIFR.useStyleCheck = true;
  sIFR.activate(viper);
  
  //-----------------------------------------------------------------------------//
  
  sIFR.replace(viper, {
    selector: '#container #headline h1'
    ,css: [
      '.sIFR-root { font-weight: normal; color: #f2f2f2; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #f2f2f2; }'
      ,'a:hover { color: #f2f2f2; }'
	  ,'a:hover { color: #f2f2f2; }'

    ]
	,wmode: 'transparent'
  });
    
 