jQuery(document.documentElement).addClass('js');

jQuery(document).ready(function(){
  jQuery('#main-page #content').fadeIn('slow');
});
