This is my 19841/2 20th Anniversary GT350 convertible.  I purchased it in March '99 in Jefferson City MO. The mustang was purchased from CAPITAL CITY FORD in Jefferson City and went through two changes of owners, all of which lived within the area. I bought the car with 108,000 miles on it and in EXCELLENT condition. I purchased the car for $4,200 and recieved most of the original documentation.

Production #:         1416
                       Engine:          5.0 LiterCFI
Transmission:         AOD
                                                 Wheels:          CENTERLINEConvo Pro's
  Modifications:          NONE

I've replacedthe original 14" cast aluminum wheels with 15"  CENTERLINE Convo Pro's. (They are actually off of my other '84 GT, which is undergoing a bit ofrestoration)  Other than that, no other modifications have been done and no further mods are planned.   This car is no "garage queen" by any means. If the weather is fair, it's out on the open road we go! I am missing the Dash Plaque and the production # plate as well as the build sheet.  I do have several original documents and brochures that went with the car when originally sold.  I also have an unusual dealer advertising package which can be seen below.  Included with it is a typed letter from the Marketing Manager of Ford Motor Corporation, T.J.Wagner.

Web site composed by:    DATALEX Site Systems
e-mail fiveliter8@netscape.net
Check out my other sites
Skydive Videos           Airwolves AirWarrior3

tags. INSTRUCTIONS: Insert your URL for the midi_path using quotes. Example: "your url here" Insert your midi file name for the my_midi_file value using quotes. Example: "mymidi.mid" Change the value of play_again to: true (to keep playing over and over) or false (to play only once) NO QUOTES. Enjoy, Jim */ //---------------------------------------------------------------------------------------------- midi_path = "" ;// enclose path in quotes midi_file = midi_path + "areugo.mid" ;// enclose your midi file name in quotes play_again = true ;// true or false (lowercase and no quotes) //---------------------------------------------------------------------------------------------- browserName = navigator.appName; // get name of browser if (play_again == true) { more_msie = "LOOP=infinite" } else { more_msie = ""} if (browserName == "Netscape" ) { document.write(''); } else { document.write(''); } // if //-->