Published using Google Docs
function drawChart()
Updated automatically every 5 minutes

function drawChart(response) {

   if (response.isError()) {

      alert('Error: ' + response.getMessage() + ' ' +    response.getDetailedMessage());

      return;

   };