Description
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("visualization", "1");</script>
The first line causes a page not found exception. The second line causes an exception on using an object not initialized.
Using https will correct this.