Sample JSON object

You can expect a JavaScript object like the following to be returned to you by querying the Grankit API at http://grankit.com/j?q=healthy+tasty+snacks&u=htsnacks.blogspot

  GrankitJson = {
	  SearchTerm: 'healthy tasty snacks',
	  UrlFrag: 'htsnacks.blogspot',
	  Grank: 3.94631,
	  GoogleChartUrl: 'http://chart.apis.google.com/chart?chs=500x200&chg=10,10,1,0&cht=lc&chxt=x,y&chtt=Your+rank+over+time+(Smaller+values+are+better)&chxl=0:|20Feb08|22Feb08|24Feb08|26Feb08|29Feb08|2Mar08|4Mar08|1:||3.5|||||||||4.0&chd=t:10.0,38.7,58.5,100.0,36.9,90.8,97.0&chm=o,ff9900,0,6,9|o,ff9900,0,5,9|o,ff9900,0,4,9|o,ff9900,0,3,9|o,ff9900,0,2,9|o,ff9900,0,1,9|o,ff9900,0,0,9',
	  GrankHistory: [ // This is the history of ranks at various checkpoints (PST),
		  [ 3.94631, 1204649256 ],
		  [ 3.91757, 1204587896 ],
		  [ 3.66427, 1204587893 ],
		  [ 3.96059, 1204587890 ],
		  [ 3.76587, 1204587791 ],
		  [ 3.67271, 1204587759 ],
		  [ 3.53788, 1204587599 ],
		  []  // Sentinel
	  ]
  };