 $(document).ready(function() {
  $("#rotator").load("/includes/rotate.php");
   var refreshId = setInterval(function() {
      $("#rotator").load('/includes/rotate.php');
   }, 12000);
   $.ajaxSetup({ cache: false });
});
