$.history is undefined ??

$.history is undefined ??

Hi there,

I am trying
  1. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
  2. <script src="jquery.history.js" type="text/javascript"></script>
  3. <script type="text/javascript">
  4. $(document).ready(function () {
  5.    
  6.     //Check if url hash value exists (for bookmark)
  7.     $.history.init(pageload);   

but i get an $.history is undefined.

I have uploaded the plugin, what am i overlooking/?