|
Place a bid
04 Harley-Davidson : Softail FLSTF Fat Boy VERY CLEAN!Listing by Auction123.com copyright Auction123, Inc.
Have it shipped to your front door! CANADA too! VERY reasonable rates-call for a quote!
Watch OurVideo!!
Please click here to apply for financing!
Harley-Davidson of Mason City, Inc. - 706 South Federal Mason City, IA 50401 - 877-WIN-HDMCEmail to FriendEmail SellerEmail FriendComplete and submit the form below to send a link and your message to a friend.First Name:Last Name:* Your email:* Friend's email:We won't use this information for promotional purposes or disclose it to a third party.Message:I saw this item for sale by "Harley-Davidson of Mason City, Inc." and thought you might be interested.Send Yourself a CopyComplete and submit the form below to send a message to our dedicated sales team.* First Name:* Last Name:* Email:* Phone: - Ext.Preferred Method:PhoneEmailMessage:Send Yourself a Copy/* All Contents Copyright © 2002-2007 Auction123, Inc. All Rights Reserved */function RequiredField(field, displayName){this.Field = getField(field);this.DisplayName = displayName;function getField(fieldName){if (fieldName == null || fieldName =="")return null;var fieldName = A123d.getElementById(fieldName);return (fieldName) ? fieldName : null;}}function autotab(cur, max, sendTo){var sendToElement = A123d.getElementById(sendTo);if (cur.value.length > (max-1))sendToElement.focus();}function SyncedFields(){this.FName;this.LName;this.Email;this.Phone1;this.Phone2;this.Phone3;this.Phone4;this.Make;this.Model;this.Year;this.Milage;this.ContactType;}function ValidationObject(messageTBId, fNameId, lNameId, messageTypeId,offerTBId, milesTBId, makeTBId, modelTBId,fLNamesReq, p1, p2, p3, p4,yearId, contactTypeId, emailId, email2Id, phoneReq){this.Validate = validate;this.GetSyncedFields = getSyncedFields;this.SetFromSyncedFields = setFromSyncedFields;var messageTB = new RequiredField(messageTBId, "a question");var fName = new RequiredField(fNameId, "a first name");var lName = new RequiredField(lNameId, "a last name");var offerTB = new RequiredField(offerTBId, "an offer");var milesTB = new RequiredField(milesTBId, "the milage");var makeTB = new RequiredField(makeTBId, "a make");var modelTB = new RequiredField(modelTBId, "a model");var email = new RequiredField(emailId, "an email address");var email2 = new RequiredField(email2Id, "your friend's email address");var phone1 = new RequiredField(p1, "phone 1");var phone2 = new RequiredField(p2, "phone 2");var phone3 = new RequiredField(p3, "phone 3");var phone4 = new RequiredField(p4, "phone 4");var year = new RequiredField(yearId, "model year");var contactType = new RequiredField(contactTypeId, "contact type");var fAndLNamesReq = fLNamesReq;var messageType = messageTypeId;var errors = 'The following errors must be corrected before you can continue:\n';var firstErrorObj = '';var firstErr = false;var errCount = 0;function getSyncedFields(){var syncedFields = new SyncedFields();syncedFields.FName = getValue(fName);syncedFields.LName = getValue(lName);syncedFields.Email = getValue(email);syncedFields.Phone1 = getValue(phone1);syncedFields.Phone2 = getValue(phone2);syncedFields.Phone3 = getValue(phone3);syncedFields.Phone4 = getValue(phone4);syncedFields.Make = getValue(makeTB);syncedFields.Model = getValue(modelTB);syncedFields.Milage = getValue(milesTB);syncedFields.Year = getSelectedIndex(year);syncedFields.ContactType = getSelectedIndex(contactType);return syncedFields;}function setFromSyncedFields(syncedFields){setValue(fName, syncedFields.FName);setValue(lName, syncedFields.LName);setValue(email, syncedFields.Email);setValue(milesTB, syncedFields.Milage);setValue(makeTB, syncedFields.Make);setValue(modelTB, syncedFields.Model);setValue(phone1, syncedFields.Phone1);setValue(phone2, syncedFields.Phone2);setValue(phone3, syncedFields.Phone3);setValue(phone4, syncedFields.Phone4);setSelectValue(year, syncedFields.Year);setSelectValue(contactType, syncedFields.ContactType);}function setValue(requiredField, syncedValue){if (requiredField.Field == null || syncedValue == null)return;requiredField.Field.value = syncedValue;}function setSelectValue(requiredField, syncedValue){if (requiredField.Field == null || syncedValue == null)return;requiredField.Field.selectedIndex = syncedValue;}function getValue(requiredField){if (requiredField.Field == null)return null;return requiredField.Field.value == "" ? null : requiredField.Field.value;}function getSelectedIndex(requiredField){if (requiredField.Field == null)return null;return requiredField.Field.selectedIndex;}function isRequiredFieldEmpty(requiredField){if (requiredField.Field == null)return true;var fieldIsEmpty = (requiredField.Field.value == '');if (fieldIsEmpty)setErrorObj(requiredField.Field, 'You must enter '+ requiredField.DisplayName);return fieldIsEmpty;}function checkRequiredPhone(p1, p2, p3){if (p1.Field == null)return true;var fieldIsEmpty = (p1.Field.value == '' || p2.Field.value == '' || p3.Field.value == '');var empty; if(p1.Field.value == '')empty = p1; else if (p2.Field.value == '')empty = p2; else if (p3.Field.value == '')empty = p3; if (fieldIsEmpty)setErrorObj(empty.Field, 'You must enter a phone');return fieldIsEmpty;}function setErrorObj(field, errorMessage){errors += ' ' + ++errCount + ') ' + errorMessage + '.\n';if (! firstErr){firstErr = true;firstErrorObj = field;}}function checkEmailFormat(requiredField){var emailIsInValid = (!((requiredField.Field.value.indexOf('@') >= 0)&&(requiredField.Field.value.indexOf('.') >= 0)));if (emailIsInValid)setErrorObj(requiredField.Field, 'The email address ' + requiredField.Field.value + ' does not appear to be in the correct format. Please correct any typos');}function clearErrors(){errors = 'The following errors must be corrected before you can continue:\n';firstErrorObj = '';firstErr = false;errCount = 0;}function validate(){clearErrors();isRequiredFieldEmpty(offerTB);if (phoneReq){ checkRequiredPhone(phone1, phone2, phone3); }if (fAndLNamesReq){isRequiredFieldEmpty(fName);isRequiredFieldEmpty(lName);}if (! isRequiredFieldEmpty(email))checkEmailFormat(email);if (! isRequiredFieldEmpty(email2))checkEmailFormat(email2);if (messageType == 'Question')isRequiredFieldEmpty(messageTB);if (makeTB.Field != null){if (makeTB.Field.value.length > 0 ||modelTB.Field.value.length > 0 ||milesTB.Field.value.length > 0){isRequiredFieldEmpty(makeTB);isRequiredFieldEmpty(modelTB);isRequiredFieldEmpty(milesTB);}}if (firstErr){alert(errors);firstErrorObj.focus();}return ! firstErr;}}var validationObjs = new Array();var lastTabID = 0;var EmailToFriendValObj = new ValidationObject('EmailToFriendmessage', 'EmailToFriendfName', 'EmailToFriendlName', 'EmailToFriend', '', '', '', '', false, '', '', '', '', '', '', 'EmailToFriendemail', 'EmailToFriendfriendsEmail');validationObjs[0]=EmailToFriendValObj;function EmailToFriendValidation(){if(EmailToFriendValObj.Validate()){oprer('','ContactSellerConfirmation',wdresprops2);}else{return false;}}var AskSellerValObj = new ValidationObject('Questionmessage', 'QuestionfName', 'QuestionlName', 'Question', 'QuestionofferTB', 'QuestionmilesTB', 'QuestionmakeTB', 'QuestionmodelTB', false, 'Questionp1', 'Questionp2', 'Questionp3', 'Questionp4', 'QuestionyearDDL', 'QuestionpreferredContactMethod', 'Questionemail', '', false);validationObjs[1]=AskSellerValObj;function AskSellerValidation(){if(AskSellerValObj.Validate()){oprer('','ContactSellerConfirmation',wdresprops2);}else{return false;}}GeneralDirectionsTerms
877-WIN-HDMC(877-946-4362)orCall Jack at641-512-5005 (Cell)
Have it shipped to your door! CANADA too! Call for quote today!Harley-Davidson of Mason City, Inc.706 South Federal Mason City, Iowa 50401Click for Driving Directions -->Ask For:Jack in sales for more information!Toll Free:877-WIN-HDMCCell:(641)512-5005 Email: Email Sellerfunction createYMap(){var irm = A123d.standardCreateElement ? A123d.standardCreateElement("if" + "rame") : A123d.createElement("if" + "rame");irm.id='mapIF';irm.src="http://www.auction123.com/admin/map/map.aspx?address=706+South+Federal+,Mason City,Iowa 50401&name=Harley-Davidson of Mason City, Inc.&guid=fcf04339-d65e-43f3-a867-d075587d199a";irm.style.width="468px";irm.style.height="357px";irm.style.overflow="hidden";irm.style.marginTop="0px";irm.scrolling="no";irm['fr' + 'ameBorder']=0;try{gEUI("yMapContainer").appendChild(irm);}catch(e){}}createYMap();
Placing a Bid: Your bid constitutes a legally binding contract to purchase this vehicle. Please do not bid if you're not seriously interested or financially able to purchase this vehicle. Please read eBay's User Agreement
Harley-Davidson of Mason City, Inc. reserves the right to,
Obtain and verify the registered information of all users who bid on this auction.
Cancel any and all bids at our discretion, or end the auction early if necessary.
Bidders Age: You must be 18 years of age or older to Bid.
Special eBay Bid Retraction Rules: Please read eBay's "Retracting a Bid"
If you place a bid before the last 12-hour period of the auction:
You may retract that bid before that last 12-hour period but only for exceptional circumstances. You will not be allowed to retract that bid during the last 12-hour period of the auction.
If you place a bid during the last 12-hour period of the auction:
You will be allowed to retract the bid for exceptional circumstances but only if you do so within one hour after placing the bid.
Funds & Financing:
Documention fee will apply
For help in arranging for a Pre-Approved loan or for any questions please e-mail or phone Sara at641-423-6007 prior to bidding.
Buyers Inspection: Harley-Davidson of Mason City, Inc. has done our best to disclose all information known about this vehicle for auction. Harley-Davidson of Mason City, Inc. welcomes a buyers inspection. If you plan to have a buyers inspection, please make sure you inspect the vehicle prior to the auction ending. Inspection fees if any are Buyers responsibility.
Representations and Warranties made by seller: This vehicle is being sold "as is". Manufacturers warranties may still apply. Extended warranty may be available, e-mail or phone Sara at 641-423-6007 for details. No representations or warranties are made by seller, nor are any representations or warranties relied upon by bidders in making bids.
Taxes and Registration fees: Out of state buyers are responsible for all state, county, city taxes and fees, as well as title service fees in the state that the vehicle will be registered. All taxes and fees must be paid in full in order for vehicle to be titled and registered.
Title Information: Vehicles titles may be held by banks or lenders as collateral for loans. In many cases there is a delay in receiving the original instruments up to 21 days from the time we pay a vehicle off. While we usually have all titles in our possession at closing, there are occasions where we may be waiting for them to arrive. If payment is made by cashier's or personal checks we will hold all titles for 10 days or until funds have cleared.
Shipping & Delivery:
All shipping charges are buyer's responsibility. Harley-Davidson of Mason City, Inc. will help with shipping arrangements but will not be responsible in any way for claims arising from shipping damage!
Licensed Carriers are generally insured for $3,000,000.00. We assume no responsibility for damages incurred after the vehicle leaves our showroom. All shipping arrangements are provided by Harley-Davidson of Mason City, Inc. as a courtesy. We are not affiliated with any carrier. Any claims or other communication regarding shipment of vehicles will be between you and the shipper, not with Harley-Davidson of Mason City, Inc..
The amount of time it takes for delivery is dependent on the carrier, but is generally 7-14 days from the date the vehicle is picked up from our facility until it is delivered to your destination. Verify with the shipper for an Estimate Time of Arrival to be sure.
Finalizing your Purchase:
Harley-Davidson of Mason City, Inc.
Harley-Davidson of Mason City, Inc. will contact the successful high bidder by e-mail after the auction closes.
Successful high bidder MUST communicate with Sara at Harley-Davidson of Mason City, Inc. by e-mail or phone641-423-6007 within 24 hours of the auction ending to make arrangements to complete their transaction. If we cannot confirm your intention to buy or the sale is not completed within 5 days, we reserve the right to relist this vehicle or sell to any other qualified buyer.
In order to secure bid on vehicle, Successful bidder (BUYER) must within 48 hours of bid closing send to Seller a Deposit in the amount of $500 by major credit card, cash or bank certified funds. Within 10 days of bid closing, Buyer must send balance of funds by wire transfer, cash, bank certified funds to Seller.
At time of sending initial deposit, Buyer MUST fax copy of their State issued valid Driver License. Furthermore, before said vehicle is released for shipment to Buyer, all other Sale related and title related paperwork must be signed and returned complete to Seller.Auction123, Inc. (a service and listing/software company) and the Seller has done his/her best to disclose the
equipment/condition of this vehicle/purchase. However, Auction123.com disclaims any warranty as to the accuracy or to the working condition of the vehicle/equipment listed. The purchaser or prospective purchaser should verify with the Seller the accuracy of all the information listed within this ad.04 Harley-Davidson : Softail FLSTF Fat Boy VERY CLEAN!=====Vivid Black===== Click here for an XL view of the above Image PrevNext
1
2
3
4
5
6
7
8
9
10
Description HistoryLocal tradeSold here newAccessoriesDetachable windshieldSkull front axle nut coversKuryakyn gripsSkull air cleaner insert, timer cover, derby cover, gas cap lid, and floorboard insertsScreamin Eagle air cleanerChrome oil tankDetachable backrestChrome laydown license plateChrome side toolboxTachometerDrivetrainTransmission: ManualFive speed belt driveSafetyDetachable windshieldChrome side toolboxTachometerBasic InformationYear: 2004Make: Harley-Davidson : SoftailModel: FLSTF Fat BoyType: CruiserMileage: 4KTitle: ClearCondition: Excellent!Color: Vivid BlackEngineEngine Size (cc): 1450Engine: 4-StrokeCooling System: Forced air-cooledStarter: ElectricCarburetion Type: Fuel InjectedCompression Ratio: '8.9:1'Engine Brand Name: 'Twin Cam 88B'Engine Type: V TwinFuel Requirements: PremiumFuel Type: GasValve Configuration: OHVScreamin Eagle air cleanerChassis & SuspensionRear Suspension Material: SteelRear Suspension Type: Twin Sided Swing ArmComfortDetachable backrestKuryakyn gripsWarrantyExisting Warranty: None-Five year factory warranty available for purchaseExhaustGenuine HD chrome exhaustBrakesFront Brake: DiscRear Brake: DiscOther InformationNeed it shipped? NO problem! Simply call us for a quote!Need it financed? NO problem! Click on the link above to apply! Contact
Harley-Davidson of Mason City, Inc.706 South Federal Mason City, Iowa 50401 Ask for: Jack in sales for more information! Toll Free: 877-WIN-HDMC Cell: (641)512-5005Email: Email Seller a question Copyright © 2008 Auction123, Inc. - All Rights Reserved. Selling a Vehicle? Create Professional Listings Fast and Easy. Click Here!Image Hosting and Counters by: Auction123.comvar TabHandler = { tabClick : function(index){var mapContainer = gEUI("yMapContainer"); if(!mapContainer)return; mapContainer.innerHTML = ''; createYMap();} } |