/*
<![CDATA[*/

   // USER-EDITABLE VARIABLES
   // enter up to 3 domains, separated by a space
   var sites      = ['social-bookmark-script.de'];
   var opts = {
      width:      360,  // width in pixels (max 400)
      height:     200,  // height in pixels (max 300)
      type:       'n',  // "r" Reach, "n" Rank, "p" Page Views
      range:      '7d', // "7d", "1m", "3m", "6m", "1y", "3y", "5y", "max"
      bgcolor:    'f0f0f0' // hex value without "#" char (usually "e6f3fc")
   };
   // END USER-EDITABLE VARIABLES
   AGraphManager.add( new AGraph(sites, opts) );

//]]>