xxxxxxxxxx
<html>
<head>
<script src="https://rawgithub.com/mbostock/d3/master/d3.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="https://rawgithub.com/lloyd/jsonselect/master/src/jsonselect.js"></script>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<script type="text/javascript" src="viz-data.js"></script>
<script type="text/javascript">
//Initials
var grouper = 0,
sorter = 1,
chem = 'All';
</script>
<div id="chart">
<select id="drug_drop"></select>
<a href="" onclick="return false;" id="group_button" class="chart_button_left">Group</a>
<a href="" onclick="return false;" id="sort_button" class="chart_button_right">Sort</a><br>
</div>
<script type="text/javascript" src="d3-viz.js"></script>
</body>
</html>
Modified http://code.jquery.com/jquery-1.11.0.min.js to a secure url
Updated missing url https://rawgithub.com/lloyd/JSONSelect/master/src/jsonselect.js to https://rawgithub.com/lloyd/jsonselect/master/src/jsonselect.js
https://rawgithub.com/mbostock/d3/master/d3.min.js
https://code.jquery.com/jquery-1.11.0.min.js
https://rawgithub.com/lloyd/JSONSelect/master/src/jsonselect.js