progress bar acting really wierd

progress bar acting really wierd

hi,
So, I have a asp.net page with a jquery ui progress bar. It shows when
I run the page from visual studio on my computer. However, when I send
the files to the server, the same page, the progress bar just doesn't
show! In other words, the progress bar is not there on the page? And
worst, this line of code in the body doesn't run?!
function LoadJobClient() {
alert($get("JobID").value);
alert($("#container").progressbar('value'));
}
On my computer both alerts popup, but when I run it on the server, the
second alert doesn't show!? Any idea what could cause such a vague
problem?
My aspx page inherits from a Master page, this above script, and 3
other references to the jqueryui libraries is in one of the content
controls.
Thanks
Gideon
--