<!-- 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 = ['yahoo.com Google.com Majidonline.com'];
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 -->