Strange jQuery Exception

Strange jQuery Exception

Hello,

When I added a plugin to my page, it broke the rest of the scripts on the page and raises an exception:

[Exception... "'Syntax error, unrecognized expression: [@src$=png]' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no]


The plug in I added is located here:

http://www.fyneworks.com/jquery/star-rating/

The page that I mentioned is located here:

http://wisetopic.com/music

Here are the three scripts that I added that caused the exception:

<!--// rating plugin-specific resources //-->
<script src="http://wisetopic.com/music/js/rating/jquery.js" type="text/javascript"></script>
<script src="http://wisetopic.com/music/js/rating/jquery.rating.js" type="text/javascript" language="javascript"></script>
<link href="http://wisetopic.com/music/js/rating/jquery.rating.css" type="text/css" rel="stylesheet"/>


Any help you can offer would be most appreciated.

-- shawn