yes, you are trying to source it from your new site space which of course doesn't have it. Only earthlink has it so you just need to fill the rest of the src out with- http://home.earthlink.net/
change it where the pic shows
edit**
you need to change the links source to the http://home.earthlink.net/ plus the page to the about me and other pages and stuff. Or if your page is now also on your new space then you need to point the source to the current directory. Did you upload the about me and other pages to your new space?
Going along with h3r3tic why don't you use your old page? If you like to give or use the previous address for some reason then you can use use a redirection script that will go to your previous address?
more on this here: http://tech.irt.org/articles/js021/Code:<HTML>
<HEAD>
<META HTTP-EQUIV="Refresh" CONTENT="10;URL=yoursitehere.com">
</HEAD>
<BODY>
You will be redirect in 10 seconds to: yoursitehere.com
</BODY>
</HTML>
