The following JavaScript should be inserted in the page where the chart is to appear.

Weekend22:
<script type="text/javascript" src="http://www.weekend22.com/generatedJavascript/weekend22chart.js"></script>

Weekend Top 20:
<script type="text/javascript" src="http://www.weekendtop20countdown.com/generatedJavascript/wt20chart.js"></script>


The following are styles used to format the chart. These need to be included in the CSS for the page and can be modified as desired.

#chartDiv {
     font-family: arial;
     font-size: 12px;
}
#chartUL {
     margin: 0;
     padding: 5px;
     list-style: decimal inside;
}
#chartUL li {
     font-family: arial;
     font-size: 10px;
}
#chartUL li a {
     color: #000;
}
#chartUL li a:hover {
     color: #ff0000;
}
.chartDisclaimer {
     font-size: 10px;
}