// JavaScript Document
$(document).ready(function() {
	
	//alert("success");
	$('#moving').delay(1500).slideDown('slow');

});

