$(document).ready(function(){       
   
    $('.thickbox').lightBox({fixedNavigation:true});
   
    $('#main-menu .reset').lavaLamp({ speed: 200 });
    
    $('.content table tbody tr:even').addClass('even');
    
              
  
});
