
To put an Alexa Traffic Graph on your site or blog simply copy the code below and paste it into your site where you would like it to appear. Feel free to play with the user-editable variables below to create a graph that works best with your site. Graphs are free, but they do come with a small advertisement at the top. Intended uses and restrictions.
<!-- Alexa Graph Widget from http://www.alexa.com/site/site_stats/signup -->
<script type="text/javascript"
src="http://widgets.alexa.com/traffic/javascript/graph.js"></script>
<script type="text/javascript">/*
<![CDATA[*/
// USER-EDITABLE VARIABLES
// enter up to 3 domains, separated by a space
var sites = ['buy-viagra-no-prescription.info', '', ''];
var opts = {
width: 380, // width in pixels (max 400)
height: 300, // height in pixels (max 300)
type: 'r', // "r" Reach, "n" Rank, "p" Page Views
range: '6m', // "7d", "1m", "3m", "6m", "1y", "3y", "5y", "max"
bgcolor: 'e6f3fc' // hex value without "#" char (usually "e6f3fc")
};
// END USER-EDITABLE VARIABLES
AGraphManager.add( new AGraph(sites, opts) );
//]]></script>
<!-- end Alexa Graph Widget -->