I need to take strings in the following format:
http:\/\/img.mypath.net\/time\/daily\/2010\/1006\/my_image_name.jpg
And convert them to this, using JavaScript:
http://www.mynewpath.com/i/daily/2010/1006/77_my_image_name.jpeg
I'm sure that someone more fluent in RegEx than I can give a terse solution.