$(function() {
  
  if ($('#player').get(0)) {
    play_video_home( 'player', flashvars, params, attributes );
  }
  
  // PNG transparency for IE6
  $('#intro, .why-zooppa').supersleight();
  
  
  rainbows.init({
    selector: 'h3.nocufon',
    highlight: false,
    shadow: false,
    from: '#666666',
    to: '#222222'
  });
  
  rainbows.init({
    selector: '#intro li',
    highlight: false,
    shadow: false,
    from: '#ffffff',
    to: '#ababab'
  });
  
});