var sites = ['pownce.com', 'twitter.com', 'jaiku.com']; 
var opts = {
  width:      275,     // width in pixels (max 400)
  height:     175,     // height in pixels (max 300)
  type:       'r',     // "r" Reach, "n" Rank, "p" Page Views 
  range:      '1m',    // "7d", "1m", "3m", "6m", "1y", "3y", "5y", "max" 
  bgcolor:    'ffffff' // hex value without "#" char (usually "e6f3fc")
};
// END USER-EDITABLE VARIABLES 
AGraphManager.add( new AGraph(sites, opts) );
