$(document).ready( function() {
  Cufon.replace(".cufon");

  $("#banner").cycle();

  $(".colorbox_video").colorbox({
    iframe: true, 
    innerWidth: 425, 
    innerHeight: 344
  });

  $("ul.sf-menu").superfish({ 
    animation: {height:'show'},   // slide-down effect without fade-in 
    delay:     1200               // 1.2 second delay on mouseout 
  });

  $('.video').each(function(){
    $(this).children('object').width('100%');
    $(this).children('object').height('100%');
    $(this).children('object').children('embed').width('100%');
    $(this).children('object').children('embed').height('100%');
  });
});

