 $(document).ready(function() {
 	 $("#responsecontainer").load("http://sanwilltv.net/index.php?article215/grille");
 	 document.getElementById("responsecontainer").style.height="520px";
 	 document.getElementById("responsecontainer").style.width="840px";
 	 document.getElementById("responsecontainer").style.overflowY="auto";
 	 document.getElementById("responsecontainer").style.overflowX="hidden";
 	 
 	 
  
   $.ajaxSetup({ cache: false });
});

    $(function TotalRecall() {
      $("#recall").click(function(evt) {
         $("#responsecontainer").load("http://sanwilltv.net/index.php?article215/grille")
         evt.preventDefault();
         document.getElementById("responsecontainer").style.height="520px";
 	 document.getElementById("responsecontainer").style.width="840px";
 	 document.getElementById("responsecontainer").style.overflowY="auto";
 	 document.getElementById("responsecontainer").style.overflowX="hidden";
      })
    })

