$(document).ready(function() { 
  $('#fb_tab').click(function(){ 
    $('.fb_content').show();
    $('.twitter_content').hide();
    return false;
  }) 
  $('#tw_tab').click(function(){
    $('.fb_content').hide();
    $('.twitter_content').show();
    return false;
  }) 
  
  $('#jcarousel-speakers2011').jcarousel({
    scroll: 1,
    auto: 1,
    wrap: 'both',
  });
  
  $('#jcarousel-speakers2010').jcarousel({
    scroll: 1,
    auto: 1,
    rtl: true,
    wrap: 'both',
  });
  
  $('#jcarousel-awardslogos').jcarousel({
    scroll: 1,
    auto: 1,
    wrap: 'both',
  });
       
});
