$(document).ready(
	function () {
		setTimeout(function() {fading();}, 5000);
	}
);
