// ============================================== var Quotation=new Array() // do not change this! // to increment the Quotation[x] index! Quotation[0] = "Gas Taxes Bring Big Dividends"; Quotation[1] = "Take Care of Your Car And It Will Last Longer"; Quotation[2] = "New Web Site Puts Car Buyers in Driver's Seat"; Quotation[3] = "Think Out-of-the-Box When You Need Boxes"; Quotation[4] = "Lasting Luxury for Truck and SUV Drivers"; Quotation[5] = "Motorcoach: Key to Wedding Checklists"; Quotation[6] = "Learn How to Communicate For Better Auto Service"; Quotation[7] = "Sensors Could Warn You When to Change Your Oil"; Quotation[8] = "Bid Online to Control Your Car Rental Costs"; Quotation[9] = "Women and Car Care"; Quotation[10] = "Environmental Car Care"; Quotation[11] = "Technology Improves Worn Tire Performance"; Quotation[12] = "Get Your Vehicle Ready for Summer"; Quotation[13] = "Use Child Car Seats Safely"; Quotation[14] = "Retreads: Know the Facts About Their Safety"; Quotation[15] = "Prepare Now for Holiday Travel"; Quotation[16] = "Scientists Help Motorists Battle Icy Winter"; Quotation[17] = "Ruining Your Car Without Even Knowing It"; Quotation[18] = "Here's How to Find A Good Auto Repair Shop"; Quotation[19] = "Pioneer Celebrates 25 Years of Success"; Quotation[20] = "Female Motorists Take Control of Auto Service"; Quotation[21] = "Technicians Top 10 List of Neglect"; Quotation[22] = "Window Films Protect You and Your Vehicle"; Quotation[23] = "Tips For Making Your Car More Fuel-Efficient"; Quotation[24] = "America's Most Misunderstood of Safety"; Quotation[25] = "Protect Your Wallet at the Repair Shop"; Quotation[26] = "In-Dash MiniDisc System"; Quotation[27] = "Making a Sound MIG Weld"; Quotation[28] = "Ten Tips for Safer Auto Travel This Summer"; Quotation[29] = "Need to Get in Shape for Summer?"; Quotation[30] = "You Can Do It: Buy a Car Online!"; Quotation[31] = "10 Things to Check Before You Buy a Used Car"; Quotation[32] = "Changing Seasons Affect Damaged Windshields"; Quotation[33] = "Lease or Buy? Some Car Shopping Tips"; Quotation[34] = "Safety Equipment: The Windshield"; Quotation[35] = "Today's Vehicles Mobile Offices"; Quotation[36] = "Seven Tips for Safe Auto Travel"; Quotation[37] = "Wall Mural Trend Fueled by NASCAR Fans"; Quotation[38] = "An Electronic Parking Aid"; Quotation[39] = "Zoommm! Race Cars Capture Kids fascination"; Quotation[40] = "Another group of news articles"; Quotation[41] = "Window Films Protect You and Your Vehicle"; Quotation[42] = "Tips For Making Your Car More Fuel-Efficient"; Quotation[43] = "America's Most Misunderstood Safety Equipment"; Quotation[44] = "Protect Your Wallet at the Repair Shop"; Quotation[45] = "In-Dash MiniDisc System"; Quotation[46] = "Making a Sound MIG Weld"; Quotation[47] = "Ten Tips for Safer Auto Travel This Summer"; Quotation[48] = "Need to Get in Shape for Summer? So Does Your Car"; Quotation[49] = "Lowering Auto Insurance Rates"; Quotation[50] = "Maintaining Your Car's Finish"; Quotation[51] = "Snow Removal Made Simple"; Quotation[52] = "Snow Removal Made Simple"; Quotation[53] = "Gearing Up For Holiday Travel"; Quotation[54] = "New SUVs Run Cleaner"; Quotation[55] = "Online Vehicle Research Puts You In The Fast Lane"; Quotation[56] = "Change Of Season Can Be A Reason To Change Your Oil"; Quotation[57] = "Expert Mechanics Offer Tips"; Quotation[58] = "Drive Revived"; Quotation[59] = "Teenage Driving: What Parents Should Know"; Quotation[60] = "Speeding Up The Claims Process"; Quotation[61] = "Annual Auto Insurance Checkup"; Quotation[62] = "Advances In Technology And Performance"; Quotation[63] = "Car Color: A Sign Of The Times?"; Quotation[64] = "Botox® For Your Car?"; Quotation[65] = "ASK AUTO ANDY"; Quotation[66] = "Retaining Its Lead In The Field Of Safety"; Quotation[67] = "Fighting The Cold With Simple Automotive Tips"; Quotation[68] = "SIX CRUCIAL INSURANCE CLAIM POSSIBILITIES"; Quotation[69] = "GETTING REIMBURSED FOR YOUR 'PAIN AND SUFFERING'"; Quotation[70] = "YOUR INSURANCE CLAIM MEDICAL INSIGHTS AND EXPENSES"; Quotation[71] = "Speeding Up The Claims Process"; Quotation[72] = "Annual Auto Insurance Checkup"; Quotation[73] = "Advances In Technology And Performance"; Quotation[74] = "America's Top Ten Motorcycling Roads"; Quotation[75] = "American Manufacturing Milestone: Ten Millionth Toyota"; Quotation[76] = "Get Better Fuel Mileage: Easy Changes Save Money At The Pump"; Quotation[77] = "New Restraint System Makes Child Safety Seats Easier For Parents"; Quotation[78] = "Car Maintenance Made Easy"; Quotation[79] = "Making Roads Safer"; Quotation[80] = "Going the Way of the Dinosaur?"; Quotation[81] = "An Original-Forged By Those With A Passion For Driving"; Quotation[82] = "Safety Driving SUV Sales"; Quotation[83] = "Nation's Aging Bridges In Need Of Repair, Funding"; Quotation[84] = "Doing Its Duty, Utility Vehicle Amazes At Home And Abroad"; Quotation[85] = "On The Move: Medium Luxury Utility Vehicle"; Quotation[86] = "Does Your New Car Have The Coverage It Needs?"; Quotation[87] = "It Can Really Pay Off"; Quotation[88] = "New Research Shows Shift in Cooling System Maintenance"; Quotation[89] = "Back To School Car Safety: Check Your Tires"; Quotation[90] = "Explore America With The Unofficial Campground Guides"; Quotation[91] = "Informed Buyers Can Make Their Vehicles Safer"; Quotation[92] = "Traveling The Extra Mile With 'All 3 Every 3'"; Quotation[93] = "Boosting Kids' Safety"; Quotation[94] = "Parents Latch On To New Car Seat System"; Quotation[95] = "Daily Word Honors 9/11 Anniversary"; Quotation[96] = "Reducing Auto Emissions And Environmental Concerns"; Quotation[97] = "ASK AUTO ANDY"; Quotation[98] = "America's Top Ten Motorcycling Roads"; Quotation[99] = "LATCH Makes Safety Seat Installation Easier, But Inspections Still Needed"; // ====================================== // Do not change anything below this line // ====================================== var Q = Quotation.length; var whichQuotation=Math.round(Math.random()*(Q-1)); function showQuotation(){document.write(Quotation[whichQuotation]);} showQuotation(); document.write("

"); var Q = Quotation.length; var whichQuotation=Math.round(Math.random()*(Q-1)); function showQuotation(){document.write(Quotation[whichQuotation]);} showQuotation(); document.write("
");