Fyneworks jQuery Star Rating Plugin not working properly with .Net MVC2 second page in the same View folder

Fyneworks jQuery Star Rating Plugin not working properly with .Net MVC2 second page in the same View folder


I am having issues with Fyneworks jQuery Star Rating Plugin not working properly with .Net MVC2's second page.

Background.
==========
* using MVC2
* using a Master Page.

* MVC View folder:

BLAH1:
      *Index.aspx
      *Foo.aspx

*Star.gif image is located in my project "../Images/Star.gif"
* Fyneworks jquery located in my project "../Scripts/jQuery.Rating.js
* Fyneworks css located in my project "../Styles/jQuery.Rating.css"

Description of the Issue:

If I go to Blah1's Index.page and use the Fyneworks jQuery Star Rating Plugin, I have no issues.
ex: http://site.com/Blah1.  The star rating plugin works as designed.

But if I go to "http://site.com/Blah1/Foo, the star rating plugins doesn't work very well, the Fyneworks's DIV gets generated and the DIV's class gets updated if I mouseover the DIV's tags but the Star image is not displaying at all.

If I drag and drop the Star.gif onto Foo page, the image's src="../../Images/Star.gif".  and the same if I drag and drop the jQuery.Rating css file and jQuery.Rating.js, VS developer  adds the extra "../" for the src attribute.

How can the rating Plugin work on an MVC's Index page and another MVC page in the same View folder?

Thanks for any help or workarounds.