jsgooglechart.js is a tiny helper to generate google charts
###How to use it:###
myChart = new Stat(
urlToFetch (string),
postparams (string),
TypeOfChart (string),
locationToInjectTheChart (string));
myChart.fetch();
