// JavaScript Document
jQuery(function(){
  jQuery('#loading-one').empty().append('页面载入完毕').parent().fadeOut('slow');
});