	$(document).ready(function() {
		$('#search-button').click(function() {
			$('#loading').show("slow");
		});
	});	
