Okay I must be doing something wrong because I still can't get it to work. I am not sure if it matters but I should mention that I want to use this script on my website that is an "addon domain" to the main hosting account website ,
www.metrotechglobal.comAccording to my hosting company
"Addon Hosted - Hosted mode allows an Addon domain to be hosted as a full website with its own directory and file structure. Search engines see Hosted domains as having unique content, and therefore rank them as well as they would a fully hosted site. Once set up, files for Hosted Addon domains are uploaded to the addon/addondomain.com directory via FTP"So the path to the "fully hosted" domain that I want to use the script is addon/lowcost-exhibits.com
and I have tried the following paths to the progressBar.gif:
img src="addon/images/progressBar.gif"
img src="lowcost-exhibits.com/images/progressBar.gif"
img src="addon/lowcost-exhibits.com/images/progressBar.gif"
I even made a directory "images" for the main website httpdoc folder and tried this path as well:
img src="/images/progressBar.gif"
img src="metrotechglobal.com/images/progressBar.gif"
So I have both file structures in place on the server with the same progressBar.gif
metrotechglobal.com/addon/lowcost-exhibits.com/images/progressBar.gif"
metrotechglobal.com/images/progressBar.gif
Clearly I have no idea what I'm doing

your help is appreciated
Kevin