How about mediafire.com
I really hate mediafire, please don't use it. They throw loads of adverts at you and make you wait for the download. Dropbox don't show any adverts and you can download without waiting. So please use Dropbox instead, it's much better!
—: I open the page and press Ctrl+Shift+J. First error listed is:
pplication Cache Error event: Invalid manifest mime type (text/plain) dsc.squareserve.org/Player/offline.appcache
So first of all your server is serving offline.appcache with the MIME type text/plain - it should be text/cache-manifest for the offline feature to work properly. However, it shouldn't affect the audio.
By poking around in c2runtime.js, it looks like one of your audio files is:
http://www.dsc.squareserve.org/Player/media/Goblins%20Marching%20in.ogg
This is a 404 so won't play (if I got the URL right). Have you set up the MIME types properly as I described in my last post?