// v0.7.11.22.1230
// JavaScript Document

/**
 * Defines the graph definition class
 */

function widgetGraph()
{
	this.filter = "week";
	this.size = "med";
	this.ready = false;
}

var wG = new widgetGraph();