Possible Duplicate:
Is there a link to the “latest” jquery library on Google APIs?
So instead of including:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script></pre>
You would have something like:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/current/jquery.min.js"></script>