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

