
			$(document).ready(function() { 
			$('#doc').spy({ limit: 1, fadeLast: 0, ajax: 'doc.php', timeout: 3000});
			});
