[jQuery] replacing strings

[jQuery] replacing strings

<html>
<body>
Hi folks,
I'd appreciate some help in a problem I'm having in replacing a string
within a jquery load.
Specifically, I am loading a existing file into a div and I want to
change the path of the images in that file.  The code that I'm using
is:
<tt>
$("div#qzfile").load("../textfiles/testfile.txt".replace(/images/g,"../images"')).show();
</tt>This is not working, but no errors are being thrown and I cannot
find any explanation or example that can help me solve the problem. 
Your pointers would be appreciated.
Thanks,
Bruce</body>
</html>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/