jQuery(document).ready(
	function(){
		setTimeout(function(){jQuery('#fadein_desc').fadeIn(1600);}, 10000);
	}
)
