jQuery(document).ready(function(){  
     jQuery('BODY .page:first-child H4:first-child').html('<div class="loading"><span>Loading...</span><div class="cube"></div></div>');  
});