Can you post a link to the page? Just taking a quick look at your code
I noticed that the extension is missing off of your call to the jQuery
library:

<script src="c:\chillenvillenstuff\jquery-1.2.3" type='text/
javascript'></script>

I realize that on Windows the extensions are hidden so try:

<script src="c:\chillenvillenstuff\jquery-1.2.3.js" type='text/
javascript'></script>

Notice the .js I added to the path to the jQuery library.

Reply via email to