[jQuery] syntax issue w/ tablesorter

[jQuery] syntax issue w/ tablesorter


Can any1 help me? I've just downloaded tablesorter and jquery and
included them in my cold fusion project at the root. I'm not very good
at javascript syntax.. and I'm getting an error, but I don't know why.
Here's a chunk of code from my <head> section:
    <script type="text/javascript" src="jquery.tablesorter.min.js"></
script>
    <script type="text/javascript" src="jquery-1.3.1.min.js"></script>
<script type="text/javascript" id="js">$(document).ready(function() {
    $("table").tablesorter({
        sortList: [[0,0],[2,0]]
    });
}); </script>
The error I'm getting is "Object does not support this property or
method". It's on line 53 which is the }); line. Any help would be
greatly appreciated.
Thanks,
Phil Tackett