jQuery(document).ready(function(){$('#box').hide();$('#wrapper').load('#wrapper #box',function(){$('#box').fadeTo('slow',1.0);});});
