var $j = jQuery.noConflict();
    $j(function() {
    
    $j('#container-1').tabs({fxFade: true, fxSpeed: 'fast', fxAutoHeight: true  });
     });

$j(function() {
    $j('td pre code').each(function() {
        eval($j(this).text());
    });
});

$j(document).ready(function(){
  swap_letter();    
});
