<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Used Cars Louisville Kiastore</title>
	<atom:link href="http://usedcarslouisville.kiastore.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://usedcarslouisville.kiastore.com</link>
	<description>Just another Indiana Kia Sites site</description>
	<lastBuildDate>Fri, 18 May 2012 06:11:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	
    <!--script type="text/javascript" src="http://www.indianakia.com/wp-content/plugins/inventory/js/shadowbox/shadowbox.js"></script>
    <link rel='stylesheet'  href='http://www.indianakia.com/wp-content/plugins/inventory/js/shadowbox/shadowbox.css' type='text/css' media='all'-->

    <!--script type="text/javascript">

    $(document).ready(function() {
    //window.onload = function() {
    //
    //    // open a welcome message as soon as the window loads
    //    Shadowbox.open({
    //        content: 'http://www.indianakia.com/'
    //
    //    });
    //};

    });

    </script-->
    <script type="text/javascript">

        function clearText(thefield) {
            if (thefield.defaultValue == thefield.value)
                thefield.value = ""
        }
        function resetText(thefield) {
            if ("" == thefield.value)
                thefield.value = thefield.defaultValue
        }
        var jv = jQuery.noConflict();
        jv(document).ready(function() {
            //alert("yes");
            jv('#submit_forms').click(function() {
                //alert("yes");
                //alert("teksmnd");
                // e.preventDefault();
                //var error = false;
                var interest = jv('#dis_carinterest5').val();
                var fname    = jv('#names5').val();
                var lname    = jv('#lastnames5').val();
                var email    = jv('#email5s').val();
                var zipcode  = jv('#zips5').val();
                //alert(interest);
                if(interest.length == 0){

                    //alert("yes");
                }
            });
            jv('#submit_form').click(function(e) {
                //alert("teksmnd");
                // e.preventDefault();
                //var error = false;
                // var interest = jv('#dis_carinterest5').val();
                // var fname    = jv('#name5').val();
                // var lname    = jv('#lastname5').val();
                //  var email    = jv('#email5').val();
                //  var zipcode  = jv('#zip5').val();
                //                alert(lname);
                //                alert(email);
                //                alert(zipcode);
                if(interest.length == 0){

                    alert("Select Interested In Field");
                    jv("#dis_carinterest5").focus();
                    return false;
                }
                if(fname.length == 0 || fname == "First Name*") {
                    alert("Enter The First Name");
                    jv("#name5").focus();
                    return false;
                }
                if(lname.length == 0 || lname == "Last Name*") {
                    alert("Enter The Last Name");
                    jv("#lastname5").focus();
                    return false;
                }
                if(email.length == 0 || email == "Email*") {
                    alert("Enter The Email Id");
                    jv("#email5").focus();
                    return false;
                }
                if(zipcode.length == 0 || zipcode == "ZipCode*") {
                    alert("Enter The Zip Code");
                    jv("#zip5").focus();
                    return false;
                }

                //                 if(email.length == 0 || email.indexOf('@') == '-1'){
                //                     var error = true;
                //                     $('#email_error').fadeIn(500);
                //                 }else{
                //                     $('#email_error').fadeOut(500);
                //                 }
                //                 if(subject.length == 0){
                //                     var error = true;
                //                     $('#subject_error').fadeIn(500);
                //                 }else{
                //                     $('#subject_error').fadeOut(500);
                //                 }
                //                 if(message.length == 0){
                //                     var error = true;
                //                     $('#message_error').fadeIn(500);
                //                 }else{
                //                     $('#message_error').fadeOut(500);
                //                 }

            });
        });
        ////                 
    </script>
    


    <div  id="none" class="kia_form">
        <div id="kia_tot">
            <span id="email_form">
                Email Us a Question
            </span>
            <form id="form5" name="form5" method="post" action="http://www.kiastore.com/blog_form.php?url=usedcarslouisville.kiastore.com">
                <select name="dis_carinterest5" id="dis_carinterest5">
                                            <option value=""> Interested In*</option>
                                            <option value="used car less than $10k"> Used Car less than $10k</option>
                                            <option value="used car less than $15k"> Used Car less than $15k</option>
                                            <option value="used car less than $20k"> Used Car less than $20k</option>
                                            <option value="used car less than $25k"> Used Car less than $25k</option>
                                            <option value="used car greater than $25k"> Used Car greater than $25k</option>
                                            <option value="sedona"> Sedona</option>
                                            <option value="sorento"> Sorento</option>
                                            <option value="sportage"> Sportage</option>
                                            <option value="optima"> Optima</option>
                                            <option value="soul"> Soul</option>
                                            <option value="forte"> Forte</option>
                                            <option value="forte-koup"> ForteKoup</option>
                                            <option value="rio"> Rio</option>
                                            <option value="Service"> Service</option>
                                            <option value="Other"> Other</option>
                                    </select>

                <input type="text" name="name5" id="name5"  value="First Name*" onfocus="clearText(this)" onblur="resetText(this)" />
                <input type="text" name="lastname5" id="lastname5" value="Last Name*" onfocus="clearText(this)" onblur="resetText(this)" />
                <input type="text" name="email5"  id="email5" value="Email*"   onfocus="clearText(this)" onblur="resetText(this)" />
                <input type="text" name="zipcode5" id="zip5"  value="ZipCode*" onfocus="clearText(this)" onblur="resetText(this)" />
                <textarea rows="5" cols="40" type="text" name="comments5" id="comments5" value="Comment" onfocus="clearText(this)" onblur="resetText(this)">comment</textarea>
                <!--input type="text" name="comments5" id="comments5" value="Comment*"  style="width:172px;margin:0 auto;height:67px;" onfocus="clearText(this)" onblur="resetText(this)" /-->
                <input type="submit" name="sendmail" id="submit_form" value=""/>
            </form>
        </div>
    </div>
    	<item>
		<title>test</title>
		<link>http://usedcarslouisville.kiastore.com/blog/2012/05/18/test/</link>
		<comments>http://usedcarslouisville.kiastore.com/blog/2012/05/18/test/#comments</comments>
		<pubDate>Fri, 18 May 2012 06:11:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://usedcarslouisville.kiastore.com/blog/2012/05/18/test/</guid>
		<description><![CDATA[    <p>testing</p>
    <div style="width:630px;">
                        <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/K3169">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sportage&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/K3169">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K3169-1.jpg' alt='Used 2011 Kia Sportage'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K3169&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK3169%2FUsed-Kia-Sportage-Louisville-KY' target='_blank' >Used Kia Sportage pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K3169"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                                <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/U4077">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/U4077">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4077-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4077&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4077%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4077"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                                <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/K5067A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Chevrolet Cobalt&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/K5067A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5067A-1.jpg' alt='Used 2010 Chevrolet Cobalt'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=K5067A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5067A%2FUsed-Chevrolet-Cobalt-Louisville-KY' target='_blank' >Used Chevrolet Cobalt pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5067A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></description>
			<content:encoded><![CDATA[    <p>testing</p>
    <div style="width:630px;">
                        <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/K3169">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sportage&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/K3169">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K3169-1.jpg' alt='Used 2011 Kia Sportage'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K3169&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK3169%2FUsed-Kia-Sportage-Louisville-KY' target='_blank' >Used Kia Sportage pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K3169"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                                <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/U4077">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/U4077">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4077-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4077&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4077%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4077"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                                <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/K5067A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Chevrolet Cobalt&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/K5067A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5067A-1.jpg' alt='Used 2010 Chevrolet Cobalt'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=K5067A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5067A%2FUsed-Chevrolet-Cobalt-Louisville-KY' target='_blank' >Used Chevrolet Cobalt pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5067A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></content:encoded>
			<wfw:commentRss>http://usedcarslouisville.kiastore.com/blog/2012/05/18/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Louisville Car Review &#8211; The 2012 Kia Rio</title>
		<link>http://usedcarslouisville.kiastore.com/blog/2012/05/11/louisville-car-review-the-2012-kia-rio/</link>
		<comments>http://usedcarslouisville.kiastore.com/blog/2012/05/11/louisville-car-review-the-2012-kia-rio/#comments</comments>
		<pubDate>Fri, 11 May 2012 20:58:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Louisville Cars]]></category>

		<guid isPermaLink="false">http://usedcarslouisville.kiastore.com/?p=38</guid>
		<description><![CDATA[    <p>The Kia Rio is yet another <a href="http://www.kiastore.com/kia-rio.php">small car for sale in Louisville</a> that combines great gas mileage, affordable pricing and a stylish appearance. Having been redesigned for this latest model year, the 2012 Kia Rio is a must see for those comparing <a href="http://www.kiastore.com/new-kia-louisville">new cars for sale in Louisville</a>. It easily becomes a viable option when compared to any other new car in the line of sub-compacts.</p>
<p>Take a look at this review of the newest Kia Rio. Via the <a href="http://communities.washingtontimes.com/neighborhood/behind-wheel/2012/may/7/car-review-2012-kia-rio-affordable-and-worth-consi/">Washington Times</a>:</p>
<p><em>“ It’s been totally redesigned for 2012 so for smart car shoppers looking for a bargain, the Kia Rio will be right up your alley. Competition with the Chevrolet Sonic, Ford Fiesta, Honda Fit, and the Mazda 2 comes in neck-to-neck.</em></p>
<p><em>With a stylish design both interior and exterior, fuel goes far in this one and in the subcompact market, the Kia Rio is a looker. Another plus, the many features you get standard on this car and the options are standout too.”</em></p>
<p><em>“It has a nice ride, quiet and comfortable, taking the curves and handling well on the road, so most likely your decision on this vehicle will be a matter of brand preference. Do consider it since all the major pluses have been thought through here for styling, driving, and both inside and outside comfort and safety.</em></p>
<p><em>Should You Need to Know</em><strong><em>:</em></strong><strong><em> </em></strong><em>Even though it is a subcompact, taller drivers can still sit behind the wheel in the 2012 Kia Rio with ease.  Take into consideration the long warranty coverage that is increasingly important these days.</em></p>
<p><em>Miles Per Gallon</em><strong><em>:</em></strong><strong><em> </em></strong><em>The Kia Rio EX that I drove came in with 30 miles per gallon in the city and 40 miles per gallon on the highway.”</em></p>
<p>As you can see, this reviewer felt that the Kia Rio is a great option for anyone looking to purchase a brand new sub-compact. It is yet another testament to Kia’s new line of smart, sporty and affordable vehicles.</p>
<p>&nbsp;</p>
    <div style="width:630px;">
                        <div style="height: auto;float:left;width:210px;">
                        </div>

    ]]></description>
			<content:encoded><![CDATA[    <p>The Kia Rio is yet another <a href="http://www.kiastore.com/kia-rio.php">small car for sale in Louisville</a> that combines great gas mileage, affordable pricing and a stylish appearance. Having been redesigned for this latest model year, the 2012 Kia Rio is a must see for those comparing <a href="http://www.kiastore.com/new-kia-louisville">new cars for sale in Louisville</a>. It easily becomes a viable option when compared to any other new car in the line of sub-compacts.</p>
<p>Take a look at this review of the newest Kia Rio. Via the <a href="http://communities.washingtontimes.com/neighborhood/behind-wheel/2012/may/7/car-review-2012-kia-rio-affordable-and-worth-consi/">Washington Times</a>:</p>
<p><em>“ It’s been totally redesigned for 2012 so for smart car shoppers looking for a bargain, the Kia Rio will be right up your alley. Competition with the Chevrolet Sonic, Ford Fiesta, Honda Fit, and the Mazda 2 comes in neck-to-neck.</em></p>
<p><em>With a stylish design both interior and exterior, fuel goes far in this one and in the subcompact market, the Kia Rio is a looker. Another plus, the many features you get standard on this car and the options are standout too.”</em></p>
<p><em>“It has a nice ride, quiet and comfortable, taking the curves and handling well on the road, so most likely your decision on this vehicle will be a matter of brand preference. Do consider it since all the major pluses have been thought through here for styling, driving, and both inside and outside comfort and safety.</em></p>
<p><em>Should You Need to Know</em><strong><em>:</em></strong><strong><em> </em></strong><em>Even though it is a subcompact, taller drivers can still sit behind the wheel in the 2012 Kia Rio with ease.  Take into consideration the long warranty coverage that is increasingly important these days.</em></p>
<p><em>Miles Per Gallon</em><strong><em>:</em></strong><strong><em> </em></strong><em>The Kia Rio EX that I drove came in with 30 miles per gallon in the city and 40 miles per gallon on the highway.”</em></p>
<p>As you can see, this reviewer felt that the Kia Rio is a great option for anyone looking to purchase a brand new sub-compact. It is yet another testament to Kia’s new line of smart, sporty and affordable vehicles.</p>
<p>&nbsp;</p>
    <div style="width:630px;">
                        <div style="height: auto;float:left;width:210px;">
                        </div>

    ]]></content:encoded>
			<wfw:commentRss>http://usedcarslouisville.kiastore.com/blog/2012/05/11/louisville-car-review-the-2012-kia-rio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boston Globe: 2012 Kia Optima &#8220;First Class&#8221;</title>
		<link>http://usedcarslouisville.kiastore.com/blog/2011/12/23/boston-globe-2012-kia-optima-first-class/</link>
		<comments>http://usedcarslouisville.kiastore.com/blog/2011/12/23/boston-globe-2012-kia-optima-first-class/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 16:50:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kia Optima]]></category>
		<category><![CDATA[Louisville Cars]]></category>
		<category><![CDATA[Louisville KY Cars]]></category>
		<category><![CDATA[2012 Cars]]></category>
		<category><![CDATA[2012 Kia Optima]]></category>
		<category><![CDATA[Car Review]]></category>
		<category><![CDATA[Car Reviews]]></category>
		<category><![CDATA[louisville cars]]></category>
		<category><![CDATA[New Cars]]></category>

		<guid isPermaLink="false">http://usedcarslouisville.kiastore.com/blog/2011/12/23/boston-globe-2012-kia-optima-first-class/</guid>
		<description><![CDATA[    <p><a title="Top Drives for 2012" href="http://www.boston.com/cars/gallery/globe_top_drives_for_2012?pg=7" target="_blank">The Boston Globe</a> recently came out with a list of the <em>Top Drives for 2012</em>. The roster included a wide variety of ten cars, trucks, wagons and SUVs (and one &#8220;Dreamer&#8217;s Bonus&#8221;) spanning from the Range Rover Evoque to the BMW X3 and the Acura TSX Sport Wagon. Among the honorees included the <a title="2012 Kia Optima" href="http://www.kiastore.com/kia-optima.php" target="_blank">2012 Kia Optima</a>. Here&#8217;s what The Boston Globe&#8217;s reviewers said about the newly re-designed mid-size sedan:</p>
<p><em><strong>Kia Optima<br />
Price: $</strong><strong>21,750</strong><strong> </strong></em><br />
<em>200-hp I-4/206-hp hybrid/274-hp turbo I-4, 6-speed auto, FWD, EPA 24/35 (standard trim)</em></p>
<p><em>During the NBA Slam Dunk Contest in February, Los Angeles Clippers star rookie <a title="Blake Griffin Car Dunk" href="http://www.youtube.com/watch?feature=player_detailpage&amp;v=41EFwuBqEUA" target="_blank">Blake Griffin</a> jumped over the Kia Optima to complete a dunk. For the rest of the year, it was the Optima doing the jumping over its competition. Sales increased three-fold through the first 11 months of 2011 compared to the same period in 2010.</em></p>
<p><em>The Optima has achieved a metamorphosis from “unremarkable” to a first-class, five-passenger, mid-sized sedan. In this total redesign Kia has given the Optima, like all its vehicles, a sportier image than its Korean cousin and corporate sibling Hyundai. Even though the Optima shares a platform and engines with the critically acclaimed Hyundai Sonata, the exterior design, suspension tuning, and interior treatment are significantly different.  The interior is surprisingly spacious. In addition, our test car got a gold star for having a heated steering wheel as an unexpected accoutrement.</em></p>
<p><em>We thought the midlevel Optima was just fine though we liked the turbo version as well. It’s also available as a hybrid.</em></p>
<p>The list of the best cars of 2012 (accompanied with their price) according to the Boston Globe is (in no particular order):</p>
<ol>
<li>Audi A7 ($60,125)</li>
<li>Range Rover Evoque ($43,995)</li>
<li>Acura TSX Sport Wagon ($32,045)</li>
<li>Jeep Wrangler ($22,845)</li>
<li>Ford Focus ($17,295)</li>
<li>Kia Optima ($21,750)</li>
<li>Ford F-150 EcoBoost ($26,185)</li>
<li>Subaru Impreza ($18,580)</li>
<li>Fiat 500 ($15,500)</li>
<li>BMW X3 ($38,775)</li>
<li>Jaguar XKR-S ($132,000)</li>
</ol>
<p><span style="font-size: small;"><span style="line-height: 24px;">For your viewing pleasure&#8230;<br />
</span></span><span style="line-height: 24px; font-size: small;">here&#8217;s the video of Blake Griffin dunking over the all-new Kia Optima:<br />
<a href="http://www.youtube.com/watch?v=41EFwuBqEUA">http://www.youtube.com/watch?v=41EFwuBqEUA</a> </span></p>
    <div style="width:630px;">
                        <div style="height: auto;float:left;width:210px;">
                        </div>

    ]]></description>
			<content:encoded><![CDATA[    <p><a title="Top Drives for 2012" href="http://www.boston.com/cars/gallery/globe_top_drives_for_2012?pg=7" target="_blank">The Boston Globe</a> recently came out with a list of the <em>Top Drives for 2012</em>. The roster included a wide variety of ten cars, trucks, wagons and SUVs (and one &#8220;Dreamer&#8217;s Bonus&#8221;) spanning from the Range Rover Evoque to the BMW X3 and the Acura TSX Sport Wagon. Among the honorees included the <a title="2012 Kia Optima" href="http://www.kiastore.com/kia-optima.php" target="_blank">2012 Kia Optima</a>. Here&#8217;s what The Boston Globe&#8217;s reviewers said about the newly re-designed mid-size sedan:</p>
<p><em><strong>Kia Optima<br />
Price: $</strong><strong>21,750</strong><strong> </strong></em><br />
<em>200-hp I-4/206-hp hybrid/274-hp turbo I-4, 6-speed auto, FWD, EPA 24/35 (standard trim)</em></p>
<p><em>During the NBA Slam Dunk Contest in February, Los Angeles Clippers star rookie <a title="Blake Griffin Car Dunk" href="http://www.youtube.com/watch?feature=player_detailpage&amp;v=41EFwuBqEUA" target="_blank">Blake Griffin</a> jumped over the Kia Optima to complete a dunk. For the rest of the year, it was the Optima doing the jumping over its competition. Sales increased three-fold through the first 11 months of 2011 compared to the same period in 2010.</em></p>
<p><em>The Optima has achieved a metamorphosis from “unremarkable” to a first-class, five-passenger, mid-sized sedan. In this total redesign Kia has given the Optima, like all its vehicles, a sportier image than its Korean cousin and corporate sibling Hyundai. Even though the Optima shares a platform and engines with the critically acclaimed Hyundai Sonata, the exterior design, suspension tuning, and interior treatment are significantly different.  The interior is surprisingly spacious. In addition, our test car got a gold star for having a heated steering wheel as an unexpected accoutrement.</em></p>
<p><em>We thought the midlevel Optima was just fine though we liked the turbo version as well. It’s also available as a hybrid.</em></p>
<p>The list of the best cars of 2012 (accompanied with their price) according to the Boston Globe is (in no particular order):</p>
<ol>
<li>Audi A7 ($60,125)</li>
<li>Range Rover Evoque ($43,995)</li>
<li>Acura TSX Sport Wagon ($32,045)</li>
<li>Jeep Wrangler ($22,845)</li>
<li>Ford Focus ($17,295)</li>
<li>Kia Optima ($21,750)</li>
<li>Ford F-150 EcoBoost ($26,185)</li>
<li>Subaru Impreza ($18,580)</li>
<li>Fiat 500 ($15,500)</li>
<li>BMW X3 ($38,775)</li>
<li>Jaguar XKR-S ($132,000)</li>
</ol>
<p><span style="font-size: small;"><span style="line-height: 24px;">For your viewing pleasure&#8230;<br />
</span></span><span style="line-height: 24px; font-size: small;">here&#8217;s the video of Blake Griffin dunking over the all-new Kia Optima:<br />
<a href="http://www.youtube.com/watch?v=41EFwuBqEUA">http://www.youtube.com/watch?v=41EFwuBqEUA</a> </span></p>
    <div style="width:630px;">
                        <div style="height: auto;float:left;width:210px;">
                        </div>

    ]]></content:encoded>
			<wfw:commentRss>http://usedcarslouisville.kiastore.com/blog/2011/12/23/boston-globe-2012-kia-optima-first-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011 Kia Optima &#124; Louisville Cars</title>
		<link>http://usedcarslouisville.kiastore.com/blog/2011/12/20/2011-kia-optima-louisville-cars/</link>
		<comments>http://usedcarslouisville.kiastore.com/blog/2011/12/20/2011-kia-optima-louisville-cars/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 19:16:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kia Optima]]></category>
		<category><![CDATA[Louisville Cars]]></category>
		<category><![CDATA[Louisville KY Cars]]></category>
		<category><![CDATA[2011 Kia OPtima]]></category>
		<category><![CDATA[louisville cars]]></category>
		<category><![CDATA[Louisville New Cars]]></category>

		<guid isPermaLink="false">http://usedcarslouisville.kiastore.com/blog/2011/12/20/2011-kia-optima-louisville-cars/</guid>
		<description><![CDATA[    <p>Older models of the <a title="Kia Optima" href="http://en.wikipedia.org/wiki/Kia_Optima" target="_blank">Kia Optima</a> performed well and offered <a title="Louisville Cars" href="http://www.kiastore.com" target="_blank">Louisville car</a> buyers an affordable and safe mid-size sedan option with a great warranty; however, some said they lacked in terms of aesthetic appeal or luxury. The <a title="2011 Kia Optima - CarConnection.com" href="http://www.thecarconnection.com/overview/kia_optima_2011" target="_blank">2011 Kia Optima</a> was completely redesigned to silence those critics.</p>
<p>If you are looking for a <a title="Louisville Cars" href="http://www.kiastore.com" target="_blank">new car in Louisville</a>, the 2011 Kia Optima now offers buyers a hard to beat mixture of great looks, safety, performance, and a great warranty at an affordable price for buyers.</p>
<p><strong>Standard 2011 Kia Optima Features</strong></p>
<ul>
<li>Bluetooth phone connectivity</li>
<li>Driving wheel audio control panel</li>
<li>Cooled glove box</li>
<li>iPod/USB audio connectivity</li>
<li>16-inch steel wheels (17- and 18-inch steel wheels are available)</li>
<li>Six airbags</li>
<li>Electronic stability control</li>
<li>Four-wheel antilock disc brakes</li>
<li>Stability and traction control</li>
<li>Side curtain airbags</li>
<li>Side airbags</li>
<li>Hill start assist</li>
</ul>
<p><strong>Optional 2011 Kia Optima Features</strong></p>
<ul>
<li>Infinity audio system</li>
<li>Rear camera</li>
<li>Heated and cooled seats</li>
<li>Touch-screen navigation</li>
<li>Panoramic sunroof</li>
<li>Turbo-charged 2.0-liter four-cylinder engine</li>
</ul>
<p><strong>2011 Kia Optima Safety Rating</strong></p>
<p>The 2011 Kia Optima received a five-star rating (best available) for overall safety performance, including a five stars rating for frontal and side-impact crash tests.</p>
<p>The Insurance Institute for Highway Safety awarded the 2011 Kia Optima with a &#8220;Good&#8221; rating (best available) for frontal-offset and side-impact crash test performances.</p>
<p>In Edmunds brake testing, the Optima EX stopped in 121 feet after going at 60 miles per hour &#8212; a good performance.</p>
<p><strong>2011 Kia Optima Professional Reviews</strong></p>
<p>Here are what some of the world&#8217;s most well-respected car review sites are saying about the 2011 Kia Optima:<br />
<em><br />
&#8220;&#8230;Thanks to an extreme makeover, the 2011 Kia Optima has emerged from its anonymous cocoon to be a striking butterfly of a family sedan. With sleek styling, substantial power and plenty of value, the latest Optima is an instant standout among its many rival</em>s.&#8221;<br />
<a title="Edmunds.com" href="http://www.edmunds.com" target="_blank">Edmunds.com</a> (<a title="2011 Kia Optima Review" href="http://www.edmunds.com/kia/optima/2011/#fullreview" target="_blank">Read the full review here</a>)</p>
<p><em>&#8220;Today, the redesigned 2011 Kia Optima boasts sharp styling, competent driving dynamics and a cabin that leapfrogs other family sedans — and could stay in the lead for years to come.&#8221;</em></p>
<p><em>&#8220;Extravagant amenities, smart styling and, in all likelihood, good value stand to lift the car&#8230; The Optima&#8217;s slice [of the family mid-size sedan market] is poised to get bigger, and deservedly so.&#8221;<br />
<a title="Cars.com" href="http://www.cars.com" target="_blank">Cars.com</a> (<a title="2011 Kia Optima Cars.com review" href="http://www.cars.com/kia/optima/2011/expert-reviews/?revid=56660" target="_blank">read the full review here</a>) </em></p>
<p><em>&#8220;The 2011 Kia Optima is as all-new as it gets, offering sharper interior and exterior styling, new engine options (including a turbocharged variant) and new tech-savvy features&#8221;</em></p>
<p><em>&#8220;The 2011 Kia Optima backs up its standout styling with driving dynamics and an equipment list that outclass most of its competitors&#8217;. And price is still a strong suit.&#8221;</em></p>
<p><em>&#8220;Feature for feature, the Optima offers more for the money than competitors like the Honda Accord, Toyota Camry and Ford Fusion.&#8221;<br />
<a title="Kelly Blue Book" href="http://www.kbb.com" target="_blank">KBB.com</a> (<a title="2011 Kia Optima Kelly Blue Book" href="http://www.kbb.com/kia/optima/2011-kia-optima-expert_car_reviews/?intent=buy-new&amp;category=sedan" target="_blank">read the full review here</a>) </em></p>
<p><em>The 2011 Kia Optima can be found at a number of car dealerships in and around Louisville, KY. You can schedule a test drive by visiting their sites (below):</em></p>
<ul>
<li><em><a title="Kia Optima Louisville, KY" href="www.kiastore.com/kia-optima.php" target="_blank">2011 Kia Optima: Preston Highway Louisville, KY</a></em></li>
<li><em><a title="Kia Optima Louisville, KY" href="http://www.kiastoreeast.com/kia-optima.php" target="_blank">2011 Kia Optima: Shelbyville Road Louisville, KY</a></em></li>
<li><em><a title="Kia Optima Elizabethtown, KY" href="http://www.kiastoreetown.com/kia-optima.php" target="_blank">2011 Kia Optima: North Dixie Highway Elizabethtown, KY</a></em></li>
<li><em><a title="Kia Optima Clarksville, IN" href="http://www.kiastoreclarksville.com/kia-optima.php" target="_blank">2011 Kia Optima: Lewis and Clark Parkway Clarksville, IN</a></em></li>
</ul>
    <div style="width:630px;">
                        <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/K5049B">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2005 Saturn Ion&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/K5049B">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5049B-1.jpg' alt='Used 2005 Saturn Ion'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5049B&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5049B%2FUsed-Saturn-Ion-Louisville-KY' target='_blank' >Used Saturn Ion pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5049B"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                                <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/U4156">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Nissan Xterra&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/U4156">
                                <image src='http://alabamausedcars.org/wp-content/plugins/inventory/images/no-cars.jpg' alt='Used 2009 Nissan Xterra'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4156&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4156%2FUsed-Nissan-Xterra-Louisville-KY' target='_blank' >Used Nissan Xterra pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4156"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                                <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/K5432A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Kia Forte&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/K5432A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5432A-1.jpg' alt='Used 2010 Kia Forte'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5432A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5432A%2FUsed-Kia-Forte-Louisville-KY' target='_blank' >Used Kia Forte pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5432A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                                <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastoreeast.com/used-cars-kentucky.php/10916">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2004 Mercury Sable&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastoreeast.com/used-cars-kentucky.php/10916">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/10916-1.jpg' alt='Used 2004 Mercury Sable'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=10916&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-kentucky.php%2F10916%2FUsed-Mercury-Sable-Louisville-KY' target='_blank' >Used Mercury Sable pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="10916"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></description>
			<content:encoded><![CDATA[    <p>Older models of the <a title="Kia Optima" href="http://en.wikipedia.org/wiki/Kia_Optima" target="_blank">Kia Optima</a> performed well and offered <a title="Louisville Cars" href="http://www.kiastore.com" target="_blank">Louisville car</a> buyers an affordable and safe mid-size sedan option with a great warranty; however, some said they lacked in terms of aesthetic appeal or luxury. The <a title="2011 Kia Optima - CarConnection.com" href="http://www.thecarconnection.com/overview/kia_optima_2011" target="_blank">2011 Kia Optima</a> was completely redesigned to silence those critics.</p>
<p>If you are looking for a <a title="Louisville Cars" href="http://www.kiastore.com" target="_blank">new car in Louisville</a>, the 2011 Kia Optima now offers buyers a hard to beat mixture of great looks, safety, performance, and a great warranty at an affordable price for buyers.</p>
<p><strong>Standard 2011 Kia Optima Features</strong></p>
<ul>
<li>Bluetooth phone connectivity</li>
<li>Driving wheel audio control panel</li>
<li>Cooled glove box</li>
<li>iPod/USB audio connectivity</li>
<li>16-inch steel wheels (17- and 18-inch steel wheels are available)</li>
<li>Six airbags</li>
<li>Electronic stability control</li>
<li>Four-wheel antilock disc brakes</li>
<li>Stability and traction control</li>
<li>Side curtain airbags</li>
<li>Side airbags</li>
<li>Hill start assist</li>
</ul>
<p><strong>Optional 2011 Kia Optima Features</strong></p>
<ul>
<li>Infinity audio system</li>
<li>Rear camera</li>
<li>Heated and cooled seats</li>
<li>Touch-screen navigation</li>
<li>Panoramic sunroof</li>
<li>Turbo-charged 2.0-liter four-cylinder engine</li>
</ul>
<p><strong>2011 Kia Optima Safety Rating</strong></p>
<p>The 2011 Kia Optima received a five-star rating (best available) for overall safety performance, including a five stars rating for frontal and side-impact crash tests.</p>
<p>The Insurance Institute for Highway Safety awarded the 2011 Kia Optima with a &#8220;Good&#8221; rating (best available) for frontal-offset and side-impact crash test performances.</p>
<p>In Edmunds brake testing, the Optima EX stopped in 121 feet after going at 60 miles per hour &#8212; a good performance.</p>
<p><strong>2011 Kia Optima Professional Reviews</strong></p>
<p>Here are what some of the world&#8217;s most well-respected car review sites are saying about the 2011 Kia Optima:<br />
<em><br />
&#8220;&#8230;Thanks to an extreme makeover, the 2011 Kia Optima has emerged from its anonymous cocoon to be a striking butterfly of a family sedan. With sleek styling, substantial power and plenty of value, the latest Optima is an instant standout among its many rival</em>s.&#8221;<br />
<a title="Edmunds.com" href="http://www.edmunds.com" target="_blank">Edmunds.com</a> (<a title="2011 Kia Optima Review" href="http://www.edmunds.com/kia/optima/2011/#fullreview" target="_blank">Read the full review here</a>)</p>
<p><em>&#8220;Today, the redesigned 2011 Kia Optima boasts sharp styling, competent driving dynamics and a cabin that leapfrogs other family sedans — and could stay in the lead for years to come.&#8221;</em></p>
<p><em>&#8220;Extravagant amenities, smart styling and, in all likelihood, good value stand to lift the car&#8230; The Optima&#8217;s slice [of the family mid-size sedan market] is poised to get bigger, and deservedly so.&#8221;<br />
<a title="Cars.com" href="http://www.cars.com" target="_blank">Cars.com</a> (<a title="2011 Kia Optima Cars.com review" href="http://www.cars.com/kia/optima/2011/expert-reviews/?revid=56660" target="_blank">read the full review here</a>) </em></p>
<p><em>&#8220;The 2011 Kia Optima is as all-new as it gets, offering sharper interior and exterior styling, new engine options (including a turbocharged variant) and new tech-savvy features&#8221;</em></p>
<p><em>&#8220;The 2011 Kia Optima backs up its standout styling with driving dynamics and an equipment list that outclass most of its competitors&#8217;. And price is still a strong suit.&#8221;</em></p>
<p><em>&#8220;Feature for feature, the Optima offers more for the money than competitors like the Honda Accord, Toyota Camry and Ford Fusion.&#8221;<br />
<a title="Kelly Blue Book" href="http://www.kbb.com" target="_blank">KBB.com</a> (<a title="2011 Kia Optima Kelly Blue Book" href="http://www.kbb.com/kia/optima/2011-kia-optima-expert_car_reviews/?intent=buy-new&amp;category=sedan" target="_blank">read the full review here</a>) </em></p>
<p><em>The 2011 Kia Optima can be found at a number of car dealerships in and around Louisville, KY. You can schedule a test drive by visiting their sites (below):</em></p>
<ul>
<li><em><a title="Kia Optima Louisville, KY" href="www.kiastore.com/kia-optima.php" target="_blank">2011 Kia Optima: Preston Highway Louisville, KY</a></em></li>
<li><em><a title="Kia Optima Louisville, KY" href="http://www.kiastoreeast.com/kia-optima.php" target="_blank">2011 Kia Optima: Shelbyville Road Louisville, KY</a></em></li>
<li><em><a title="Kia Optima Elizabethtown, KY" href="http://www.kiastoreetown.com/kia-optima.php" target="_blank">2011 Kia Optima: North Dixie Highway Elizabethtown, KY</a></em></li>
<li><em><a title="Kia Optima Clarksville, IN" href="http://www.kiastoreclarksville.com/kia-optima.php" target="_blank">2011 Kia Optima: Lewis and Clark Parkway Clarksville, IN</a></em></li>
</ul>
    <div style="width:630px;">
                        <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/K5049B">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2005 Saturn Ion&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/K5049B">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5049B-1.jpg' alt='Used 2005 Saturn Ion'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5049B&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5049B%2FUsed-Saturn-Ion-Louisville-KY' target='_blank' >Used Saturn Ion pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5049B"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                                <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/U4156">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Nissan Xterra&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/U4156">
                                <image src='http://alabamausedcars.org/wp-content/plugins/inventory/images/no-cars.jpg' alt='Used 2009 Nissan Xterra'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4156&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4156%2FUsed-Nissan-Xterra-Louisville-KY' target='_blank' >Used Nissan Xterra pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4156"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                                <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/K5432A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Kia Forte&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/K5432A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5432A-1.jpg' alt='Used 2010 Kia Forte'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5432A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5432A%2FUsed-Kia-Forte-Louisville-KY' target='_blank' >Used Kia Forte pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5432A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                                <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastoreeast.com/used-cars-kentucky.php/10916">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2004 Mercury Sable&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastoreeast.com/used-cars-kentucky.php/10916">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/10916-1.jpg' alt='Used 2004 Mercury Sable'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=10916&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-kentucky.php%2F10916%2FUsed-Mercury-Sable-Louisville-KY' target='_blank' >Used Mercury Sable pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="10916"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></content:encoded>
			<wfw:commentRss>http://usedcarslouisville.kiastore.com/blog/2011/12/20/2011-kia-optima-louisville-cars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kentucky Winter Weather Driving Tips</title>
		<link>http://usedcarslouisville.kiastore.com/blog/2011/12/16/kentucky-winter-weather-driving-tips/</link>
		<comments>http://usedcarslouisville.kiastore.com/blog/2011/12/16/kentucky-winter-weather-driving-tips/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 16:44:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cars]]></category>
		<category><![CDATA[Driving Tips]]></category>
		<category><![CDATA[Kentucky cars]]></category>
		<category><![CDATA[Kentucky driving]]></category>
		<category><![CDATA[louisville cars]]></category>
		<category><![CDATA[Louisville driving]]></category>
		<category><![CDATA[Winter Driving]]></category>

		<guid isPermaLink="false">http://usedcarslouisville.kiastore.com/blog/2011/12/16/kentucky-winter-weather-driving-tips/</guid>
		<description><![CDATA[    <p>Cold air and precipitation don&#8217;t mix well when it comes to creating ideal driving conditions. In fact, driving on slick roads can be downright miserable &#8211; especially if you are unfamiliar with how to handle your car under these conditions. <a title="Driving in Kentucky" href="http://kiastore.com" target="_blank">Driving in Kentucky</a>, with its winding country roads can pose an especially unique challenge to novice drivers (those driving <a title="Louisville Cars" href="http://www.kiastore.com" target="_blank">cars in Louisville</a> are not immune to these challenging scenarios).</p>
<p>The best way to protect yourself against becoming a victim of hazardous road conditions is to avoid driving altogether. But heck, that just isn&#8217;t always feasible with so many things to do this time of year. So, without further adieu, here are ten winter weather driving tips courtesy of <a title="Edmunds.com" href="http://www.edmunds.com/car-safety/driving-on-snow-and-ice-10-safety-tips.html" target="_blank">edmunds.com</a> for those of your driving your <a title="Cars in Louisville, KY" href="http://www.kiastore.com" target="_blank">cars in Louisville, KY</a> (or anywhere, for that matter). <a title="Kentucky Office of Highway Safety" href="http://transportation.ky.gov/highway-safety/Pages/default.aspx" target="_blank">Drive safe, Kentucky!</a></p>
<ol>
<li><em><strong>Get a grip.</strong> To have adequate snow traction, a tire requires at least 6/32-inch deep tread, according to The Tire Rack. (New passenger-car tires usually have 10/32-inch of tread.) Ultrahigh-performance &#8220;summer&#8221; tires have little or no grip in snow. Even &#8220;all-season&#8221; tires don&#8217;t necessarily have great snow traction: Some do, some don&#8217;t. If you live where the roads are regularly covered with snow, use snow tires (sometimes called &#8220;winter tires&#8221; by tiremakers). They have a &#8220;snowflake on the mountain&#8221; symbol on the sidewall, meaning they meet a tire-industry standard for snow traction.</em></li>
<li><em><strong>Make sure you can see.</strong> Replace windshield wiper blades. Clean the inside of your windows thoroughly. Apply a water-shedding material (such as Rain-X) to the outside of all windows, including the mirrors. Make sure your windshield washer system works and is full of an anti-icing fluid. Drain older fluid by running the washers until new fluid appears: Switching fluid colors makes this easy.</em></li>
<li><em><strong>Run the air-conditioner.</strong> In order to remove condensation and frost from the interior of windows, engage your air-conditioner and select the fresh air option: It&#8217;s fine to set the temperature on &#8220;hot.&#8221; Many cars automatically do this when you choose the defrost setting.</em></li>
<li><em><strong>Check your lights.</strong> Use your headlights so that others will see you and, we hope, not pull out in front of you. Make sure your headlights and taillights are clear of snow. If you have an <a title="Louisville used cars" href="http://www.kiastore.com/louisville-used-cars1.php/all" target="_blank">older car</a> with sand-pitted headlights, get a new set of lenses. To prevent future pitting, cover the new lens with a clear tape like that used to protect the leading edge of helicopter rotor blades and racecar wings. It&#8217;s available from auto-racing supply sites.</em></li>
<li><em><strong>Give yourself a brake.</strong> Learn how to get maximum efficiency from your brakes before an emergency. It&#8217;s easy to properly use antilock brakes: Stomp, stay and steer. Stomp on the pedal as if you were trying to snap it off. Stay hard on the pedal. Steer around the obstacle. (A warning: A little bit of steering goes a very long way in an emergency. See Tip 8.) If you drive on icy roads or roads that are covered with snow, modify your ABS technique: After you &#8220;Stomp&#8221; and the ABS begins cycling — you will feel pulses in the pedal or hear the system working — ease up slightly on the pedal until the pulsing happens only once a second.</em><em>For vehicles without ABS, you&#8217;ll have to rely on the old-fashioned system: You. For non-ABS on a mixed-surface road, push the brake pedal hard until the wheels stop rolling, then immediately release the brake enough to allow the wheels to begin turning again. Repeat this sequence rapidly. This is not the same as &#8220;pumping the brake.&#8221; Your goal is to have the tires producing maximum grip regardless of whether the surface is snow, ice or damp pavement. Use the tips in <a href="http://www.edmunds.com/driving-tips/how-to-survive-the-top-10-driving-emergencies.html">&#8220;How To Survive the Top 10 Driving Emergencies&#8221;</a> to practice before the emergency.</em></li>
<li><em><strong>Watch carefully for &#8220;black ice.&#8221;</strong> If the road looks slick, it probably is. This is especially true with one of winter&#8217;s worst hazards: &#8220;black ice.&#8221; Also called &#8220;glare ice,&#8221; this is nearly transparent ice that often looks like a harmless puddle or is overlooked entirely. Test the traction with a smooth brake application or slight turn of the wheel.</em></li>
<li><em><strong>Remember the tough spots.</strong> Race drivers must memorize the nuances of every track, so they can alter their path for changing track conditions. You must remember where icy roads tend to occur. Bridges and intersections are common places. Also: wherever water runs across the road. I know people who lost control on ice caused by homeowners draining above-ground pools and by an automatic lawn sprinkler that sprayed water onto a street in freezing temperatures.</em></li>
<li><em><strong>Too much steering is bad.</strong> If a slick section in a turn causes your front tires to lose grip, the common — but incorrect — reaction is to continue turning the steering wheel. That&#8217;s like writing checks on an overdrawn account: It won&#8217;t improve the situation and may make things worse. If the icy conditions end and the front tires regain grip, your car will dart whichever way the wheels are pointed. That may be into oncoming traffic or a telephone pole. Something very similar happens if you steer too much while braking with ABS. Sadly, there are situations where nothing will prevent a crash, but turning the steering too much never helps.</em></li>
<li><em><strong>Avoid rear-tire slides.</strong> First, choose a car with electronic stability control. Fortunately, ESC will be mandatory on all 2012 models. Next, make sure your rear tires have at least as much tread as your front tires. Finally, if you buy winter tires, get four.</em></li>
<li><em><strong>Technology offers no miracles.</strong> All-wheel drive and electronic stability control can get you into trouble by offering a false sense of security. AWD can only help a vehicle accelerate or keep moving: It can&#8217;t help you go around a snow-covered turn, much less stop at an icy intersection. ESC can prevent a spinout, but it can&#8217;t clear ice from the roads or give your tires more traction. Don&#8217;t let these lull you into overestimating the available traction.</em></li>
</ol>
<p><a title="Kentucky Driving" href="http://transportation.ky.gov/driver-licensing/Pages/default.aspx" target="_blank">Driving in Kentucky</a> can be fun. Hopefully these tips can ensure your safe travels. We wish you safe driving this holiday season!</p>
<p>&nbsp;</p>
<p>The Louisville Cars Team</p>
<p>&nbsp;</p>
    <div style="width:630px;">
                        <div style="height: auto;float:left;width:210px;">
                        </div>

    ]]></description>
			<content:encoded><![CDATA[    <p>Cold air and precipitation don&#8217;t mix well when it comes to creating ideal driving conditions. In fact, driving on slick roads can be downright miserable &#8211; especially if you are unfamiliar with how to handle your car under these conditions. <a title="Driving in Kentucky" href="http://kiastore.com" target="_blank">Driving in Kentucky</a>, with its winding country roads can pose an especially unique challenge to novice drivers (those driving <a title="Louisville Cars" href="http://www.kiastore.com" target="_blank">cars in Louisville</a> are not immune to these challenging scenarios).</p>
<p>The best way to protect yourself against becoming a victim of hazardous road conditions is to avoid driving altogether. But heck, that just isn&#8217;t always feasible with so many things to do this time of year. So, without further adieu, here are ten winter weather driving tips courtesy of <a title="Edmunds.com" href="http://www.edmunds.com/car-safety/driving-on-snow-and-ice-10-safety-tips.html" target="_blank">edmunds.com</a> for those of your driving your <a title="Cars in Louisville, KY" href="http://www.kiastore.com" target="_blank">cars in Louisville, KY</a> (or anywhere, for that matter). <a title="Kentucky Office of Highway Safety" href="http://transportation.ky.gov/highway-safety/Pages/default.aspx" target="_blank">Drive safe, Kentucky!</a></p>
<ol>
<li><em><strong>Get a grip.</strong> To have adequate snow traction, a tire requires at least 6/32-inch deep tread, according to The Tire Rack. (New passenger-car tires usually have 10/32-inch of tread.) Ultrahigh-performance &#8220;summer&#8221; tires have little or no grip in snow. Even &#8220;all-season&#8221; tires don&#8217;t necessarily have great snow traction: Some do, some don&#8217;t. If you live where the roads are regularly covered with snow, use snow tires (sometimes called &#8220;winter tires&#8221; by tiremakers). They have a &#8220;snowflake on the mountain&#8221; symbol on the sidewall, meaning they meet a tire-industry standard for snow traction.</em></li>
<li><em><strong>Make sure you can see.</strong> Replace windshield wiper blades. Clean the inside of your windows thoroughly. Apply a water-shedding material (such as Rain-X) to the outside of all windows, including the mirrors. Make sure your windshield washer system works and is full of an anti-icing fluid. Drain older fluid by running the washers until new fluid appears: Switching fluid colors makes this easy.</em></li>
<li><em><strong>Run the air-conditioner.</strong> In order to remove condensation and frost from the interior of windows, engage your air-conditioner and select the fresh air option: It&#8217;s fine to set the temperature on &#8220;hot.&#8221; Many cars automatically do this when you choose the defrost setting.</em></li>
<li><em><strong>Check your lights.</strong> Use your headlights so that others will see you and, we hope, not pull out in front of you. Make sure your headlights and taillights are clear of snow. If you have an <a title="Louisville used cars" href="http://www.kiastore.com/louisville-used-cars1.php/all" target="_blank">older car</a> with sand-pitted headlights, get a new set of lenses. To prevent future pitting, cover the new lens with a clear tape like that used to protect the leading edge of helicopter rotor blades and racecar wings. It&#8217;s available from auto-racing supply sites.</em></li>
<li><em><strong>Give yourself a brake.</strong> Learn how to get maximum efficiency from your brakes before an emergency. It&#8217;s easy to properly use antilock brakes: Stomp, stay and steer. Stomp on the pedal as if you were trying to snap it off. Stay hard on the pedal. Steer around the obstacle. (A warning: A little bit of steering goes a very long way in an emergency. See Tip 8.) If you drive on icy roads or roads that are covered with snow, modify your ABS technique: After you &#8220;Stomp&#8221; and the ABS begins cycling — you will feel pulses in the pedal or hear the system working — ease up slightly on the pedal until the pulsing happens only once a second.</em><em>For vehicles without ABS, you&#8217;ll have to rely on the old-fashioned system: You. For non-ABS on a mixed-surface road, push the brake pedal hard until the wheels stop rolling, then immediately release the brake enough to allow the wheels to begin turning again. Repeat this sequence rapidly. This is not the same as &#8220;pumping the brake.&#8221; Your goal is to have the tires producing maximum grip regardless of whether the surface is snow, ice or damp pavement. Use the tips in <a href="http://www.edmunds.com/driving-tips/how-to-survive-the-top-10-driving-emergencies.html">&#8220;How To Survive the Top 10 Driving Emergencies&#8221;</a> to practice before the emergency.</em></li>
<li><em><strong>Watch carefully for &#8220;black ice.&#8221;</strong> If the road looks slick, it probably is. This is especially true with one of winter&#8217;s worst hazards: &#8220;black ice.&#8221; Also called &#8220;glare ice,&#8221; this is nearly transparent ice that often looks like a harmless puddle or is overlooked entirely. Test the traction with a smooth brake application or slight turn of the wheel.</em></li>
<li><em><strong>Remember the tough spots.</strong> Race drivers must memorize the nuances of every track, so they can alter their path for changing track conditions. You must remember where icy roads tend to occur. Bridges and intersections are common places. Also: wherever water runs across the road. I know people who lost control on ice caused by homeowners draining above-ground pools and by an automatic lawn sprinkler that sprayed water onto a street in freezing temperatures.</em></li>
<li><em><strong>Too much steering is bad.</strong> If a slick section in a turn causes your front tires to lose grip, the common — but incorrect — reaction is to continue turning the steering wheel. That&#8217;s like writing checks on an overdrawn account: It won&#8217;t improve the situation and may make things worse. If the icy conditions end and the front tires regain grip, your car will dart whichever way the wheels are pointed. That may be into oncoming traffic or a telephone pole. Something very similar happens if you steer too much while braking with ABS. Sadly, there are situations where nothing will prevent a crash, but turning the steering too much never helps.</em></li>
<li><em><strong>Avoid rear-tire slides.</strong> First, choose a car with electronic stability control. Fortunately, ESC will be mandatory on all 2012 models. Next, make sure your rear tires have at least as much tread as your front tires. Finally, if you buy winter tires, get four.</em></li>
<li><em><strong>Technology offers no miracles.</strong> All-wheel drive and electronic stability control can get you into trouble by offering a false sense of security. AWD can only help a vehicle accelerate or keep moving: It can&#8217;t help you go around a snow-covered turn, much less stop at an icy intersection. ESC can prevent a spinout, but it can&#8217;t clear ice from the roads or give your tires more traction. Don&#8217;t let these lull you into overestimating the available traction.</em></li>
</ol>
<p><a title="Kentucky Driving" href="http://transportation.ky.gov/driver-licensing/Pages/default.aspx" target="_blank">Driving in Kentucky</a> can be fun. Hopefully these tips can ensure your safe travels. We wish you safe driving this holiday season!</p>
<p>&nbsp;</p>
<p>The Louisville Cars Team</p>
<p>&nbsp;</p>
    <div style="width:630px;">
                        <div style="height: auto;float:left;width:210px;">
                        </div>

    ]]></content:encoded>
			<wfw:commentRss>http://usedcarslouisville.kiastore.com/blog/2011/12/16/kentucky-winter-weather-driving-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Louisville Used Car Buying Experience</title>
		<link>http://usedcarslouisville.kiastore.com/blog/2011/05/19/9/</link>
		<comments>http://usedcarslouisville.kiastore.com/blog/2011/05/19/9/#comments</comments>
		<pubDate>Thu, 19 May 2011 18:59:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://usedcarslouisville.kiastore.com/blog/2011/05/19/9/</guid>
		<description><![CDATA[    <h1>A<a href="http://www.kiastore.com/louisville-used-cars1.php"> Louisville Used Cars</a> Buying Experience</h1>
<p>I have recently purchased a new car in Louisville, Kentucky. I did a fair amount of research before buying the car, and would like to share a bit about my car buying experience. I visited many websites sites, and read many reviews on a lot of local car dealerships. Most dealerships had mixed reviews, but a couple dealers really stood out. I was very careful this time around because I had a bad experience the last time I bought a used car in Louisville. It took my about as long to buy a car as it did not pick out a stick of deordorant from the grocery story. I stook a look at a couple and then just went with one. Not the best idea when you are spending $10,000.</p>
<p>The last time I bought a car I was not careful at all, I did not do any background research on vehicles or even consider the reputation of the car dealership I was about to purchase from. I bought a used Honda Accord last year from the a Louisville Honda Dealer, and they gave me a raw deal. It was partially my fault because I never asked for a car fax, or did much background research on the vehicle. It had been wrecked and I was never made aware of it by my salesmen ( who probably did not know in all likelihood) or anyone else at the dealership. Â</p>
<p>Once I bought Honda, I knew I was stuck with it and I decided that I would stick it out and drive it for a year. Once that year was up I would go to the <a rel="nofollow" href="http://www.kiastore.com/louisville-used-cars1.php" target="_new">Louisville used cars</a> dealer and upgrade to a something else.</p>
<p>I went to the Kia Store, and took and saw the Kia Soul for the first time. Â I took it for a test drive and fell in love with it. Â I was worried that the finances would not work out right, due to credit reasons, but they found a lender that was suitable for me. Â The payments were right where I wanted them, and my interest rate down 10% from my last loan. Â</p>
<p>My salesmen was Jerome Harris, when I came in told him what I could do, and he listened to my needs and came through for me. There was no pressure once so ever, overall it was a very good experience. Â Now I can drive around town listening to my XM radio, which stays on the Elvis channel!</p>
    <div style="width:630px;">
                        <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/U4130">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/U4130">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4130-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4130&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4130%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4130"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                                <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/K4972A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Kia Soul&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/K4972A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4972A-1.jpg' alt='Used 2010 Kia Soul'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4972A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4972A%2FUsed-Kia-Soul-Louisville-KY' target='_blank' >Used Kia Soul pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4972A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                                <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/K4915A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Dodge Avenger&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/K4915A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4915A-1.jpg' alt='Used 2009 Dodge Avenger'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4915A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4915A%2FUsed-Dodge-Avenger-Louisville-KY' target='_blank' >Used Dodge Avenger pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4915A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                                <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/K5030A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Chevrolet Aveo&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/K5030A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5030A-1.jpg' alt='Used 2010 Chevrolet Aveo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=K5030A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5030A%2FUsed-Chevrolet-Aveo-Louisville-KY' target='_blank' >Used Chevrolet Aveo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5030A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                                <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/K4897A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Kia Rio&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/K4897A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4897A-1.jpg' alt='Used 2009 Kia Rio'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4897A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4897A%2FUsed-Kia-Rio-Louisville-KY' target='_blank' >Used Kia Rio pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4897A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></description>
			<content:encoded><![CDATA[    <h1>A<a href="http://www.kiastore.com/louisville-used-cars1.php"> Louisville Used Cars</a> Buying Experience</h1>
<p>I have recently purchased a new car in Louisville, Kentucky. I did a fair amount of research before buying the car, and would like to share a bit about my car buying experience. I visited many websites sites, and read many reviews on a lot of local car dealerships. Most dealerships had mixed reviews, but a couple dealers really stood out. I was very careful this time around because I had a bad experience the last time I bought a used car in Louisville. It took my about as long to buy a car as it did not pick out a stick of deordorant from the grocery story. I stook a look at a couple and then just went with one. Not the best idea when you are spending $10,000.</p>
<p>The last time I bought a car I was not careful at all, I did not do any background research on vehicles or even consider the reputation of the car dealership I was about to purchase from. I bought a used Honda Accord last year from the a Louisville Honda Dealer, and they gave me a raw deal. It was partially my fault because I never asked for a car fax, or did much background research on the vehicle. It had been wrecked and I was never made aware of it by my salesmen ( who probably did not know in all likelihood) or anyone else at the dealership. Â</p>
<p>Once I bought Honda, I knew I was stuck with it and I decided that I would stick it out and drive it for a year. Once that year was up I would go to the <a rel="nofollow" href="http://www.kiastore.com/louisville-used-cars1.php" target="_new">Louisville used cars</a> dealer and upgrade to a something else.</p>
<p>I went to the Kia Store, and took and saw the Kia Soul for the first time. Â I took it for a test drive and fell in love with it. Â I was worried that the finances would not work out right, due to credit reasons, but they found a lender that was suitable for me. Â The payments were right where I wanted them, and my interest rate down 10% from my last loan. Â</p>
<p>My salesmen was Jerome Harris, when I came in told him what I could do, and he listened to my needs and came through for me. There was no pressure once so ever, overall it was a very good experience. Â Now I can drive around town listening to my XM radio, which stays on the Elvis channel!</p>
    <div style="width:630px;">
                        <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/U4130">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Kia Sedona&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/U4130">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4130-1.jpg' alt='Used 2011 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4130&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4130%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4130"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                                <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/K4972A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Kia Soul&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/K4972A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4972A-1.jpg' alt='Used 2010 Kia Soul'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4972A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4972A%2FUsed-Kia-Soul-Louisville-KY' target='_blank' >Used Kia Soul pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4972A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                                <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/K4915A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Dodge Avenger&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/K4915A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4915A-1.jpg' alt='Used 2009 Dodge Avenger'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4915A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4915A%2FUsed-Dodge-Avenger-Louisville-KY' target='_blank' >Used Dodge Avenger pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4915A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                                <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/K5030A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Chevrolet Aveo&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/K5030A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5030A-1.jpg' alt='Used 2010 Chevrolet Aveo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=K5030A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5030A%2FUsed-Chevrolet-Aveo-Louisville-KY' target='_blank' >Used Chevrolet Aveo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5030A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                                <div style="height: auto;float:left;width:210px;">
                                            <div style="float:left;width:210px;height:0px;">
                            <a style="text-decoration:underline;" href="http://kiastore.com/used-cars-louisville.php/K4897A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Kia Rio&nbsp;Louisville, KY</div>
                            </a>
                        </div>
                        <div style='width:140px;float:left;margin-top: 50px;padding-right: 25px;margin-left: 15px;'>
                            <a style="text-decoration:underline;"href="http://kiastore.com/used-cars-louisville.php/K4897A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4897A-1.jpg' alt='Used 2009 Kia Rio'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4897A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4897A%2FUsed-Kia-Rio-Louisville-KY' target='_blank' >Used Kia Rio pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4897A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></content:encoded>
			<wfw:commentRss>http://usedcarslouisville.kiastore.com/blog/2011/05/19/9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

