xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
<title>Jitter Line</title>
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="animatedMouseMove.css">
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<!--[if lt IE 9]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<p>Use your mouse to sketch a (jittery) line.</p>
<section id="box" class="main">
</section>
<!-- call JS files -->
<script src="animatedMouseMove.js"></script>
</body>
</html>
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://html5shiv.googlecode.com/svn/trunk/html5.js to a secure url
https://d3js.org/d3.v3.min.js
https://html5shiv.googlecode.com/svn/trunk/html5.js