document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <script src="jquery.min.js">
  2. </script>
  3. <script>
  4. setInterval(function() { $(".tempat").load("file.txt"); }, 5000);
  5. </script>
');