Hi i am trying to geocode tweets to a google map i have all my code in place but it just isnt loading up my tweets its just showing the map here is my html code can anyone tell me where i am going wrong thanks
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Interactive Google Map using the Twitter API</title>
<link href="css/default.css" rel="stylesheet" type="text/css" />
<script src="js/jquery.js" type="text/javascript"></script>
<script src="http://maps.google.com/maps/api/js?sensor=true" type="text/javascript"></script>
<script src="js/init.js" type="text/javascript"></script>
</head>
<body>
<div id="map"></div>
<div class="twitter">
<div class="inside"></div>
</div>
<div class="posts"></div>
<div class="get">
<input type="hidden" value="MiddlesexUni" />
<input type="hidden" value="Jag157" />
<input type="hidden" value="iBainsy" />
<input type="hidden" value="twi" />
<input type="hidden" value="dillang" />
<input type="hidden" value="guvvibains" />
<input type="hidden" value="GurpsKandola" />
<input type="hidden" value="Arjunnnn" />
</div>
</body>
</html>