you can download the orginal images right off of the MSN website. All the information that you need is in the failsafe
In the Post Data and URL portion of the failsafe it will read something along the lines of this:
Post Data: [CurrentVersion=0&Component=Mariner;Compaq-1-2001;409&SSN=1]
URL: [http://webcdownload.msn.com/clientman/clientman.dll?Downloadimage]
to get this image without the failsafe all you do is concatinate the Post Data string on to the end of the URL string using "&" and you should get something like this
http://webcdownload.msn.com/clientman/clientman.dll?Downloadimage&CurrentVersion=0&Component=Mariner;Compaq-1-2001;409&SSN=1
type that in any web browser and it will download a clean image. There are 2 different images for each interent appliance (IA-1 and IA-2) Which image it will download is specified in the "Compaq-1-2001" area. The 1 represents the model and it can either be 1, for IA-1, or 2, for IA-2. 2001 is the version of software and it can either be 1 or 2001 but I don't know the difference. I know there is a version 1 and version 2 for the software and I imagine that this is what it represents but I can't confirm that. So, as far as I know, these are the images avaliable for download on the MSN website
IA-1
http://webcdownload.msn.com/clientman/clientman.dll?Downloadimage&CurrentVersion=0&Component=Mariner;Compaq-1-1;409&SSN=1
http://webcdownload.msn.com/clientman/clientman.dll?Downloadimage&CurrentVersion=0&Component=Mariner;Compaq-1-2001;409&SSN=1
IA-2
http://webcdownload.msn.com/clientman/clientman.dll?Downloadimage&CurrentVersion=0&Component=Mariner;Compaq-2-1;409&SSN=1
http://webcdownload.msn.com/clientman/clientman.dll?Downloadimage&CurrentVersion=0&Component=Mariner;Compaq-1-2001;409&SSN=1
These files are the orginal images designed for the machines and they have no extensions I assume they are dll files. For more information on the failsafe look up Microsoft Knowledge Base Article - 274256 or go to:
http://support.microsoft.com/default.aspx?scid=kb;en-us;274256