<?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>Louisville Cars</title>
	<atom:link href="http://louisville-cars.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://louisville-cars.com</link>
	<description>Louisville Car Dealership Reviews</description>
	<lastBuildDate>Fri, 18 May 2012 07:47:37 +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=louisville-cars.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://louisville-cars.com/blog/2012/05/18/test/</link>
		<comments>http://louisville-cars.com/blog/2012/05/18/test/#comments</comments>
		<pubDate>Fri, 18 May 2012 07:47:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://louisville-cars.com/blog/2012/05/18/test/</guid>
		<description><![CDATA[        <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/U4147">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 Chevrolet TrailBlaze&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/U4147">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4147-1.jpg' alt='Used 2006 Chevrolet TrailBlaze'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=U4147&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4147%2FUsed-Chevrolet-TrailBlaze-Louisville-KY' target='_blank' >Used Chevrolet TrailBlaze pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4147"/><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/K5018A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Mitsubishi Lancer&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/K5018A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5018A-1.jpg' alt='Used 2008 Mitsubishi Lancer'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5018A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5018A%2FUsed-Mitsubishi-Lancer-Louisville-KY' target='_blank' >Used Mitsubishi Lancer pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5018A"/><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/U4151">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2012 Chevrolet Malibu&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/U4151">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4151-1.jpg' alt='Used 2012 Chevrolet Malibu'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=U4151&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4151%2FUsed-Chevrolet-Malibu-Louisville-KY' target='_blank' >Used Chevrolet Malibu pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4151"/><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/U4154">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Pontiac G6&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/U4154">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4154-1.jpg' alt='Used 2008 Pontiac G6'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4154&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4154%2FUsed-Pontiac-G6-Louisville-KY' target='_blank' >Used Pontiac G6 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4154"/><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/U4150">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2012 Chevrolet Impala&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/U4150">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4150-1.jpg' alt='Used 2012 Chevrolet Impala'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=U4150&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4150%2FUsed-Chevrolet-Impala-Louisville-KY' target='_blank' >Used Chevrolet Impala pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4150"/><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/U4152">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 Chevrolet HHR&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/U4152">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4152-1.jpg' alt='Used 2011 Chevrolet HHR'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=U4152&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4152%2FUsed-Chevrolet-HHR-Louisville-KY' target='_blank' >Used Chevrolet HHR pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4152"/><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/U4149">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Chevrolet HHR&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/U4149">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4149-1.jpg' alt='Used 2009 Chevrolet HHR'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=U4149&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4149%2FUsed-Chevrolet-HHR-Louisville-KY' target='_blank' >Used Chevrolet HHR pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4149"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></description>
		<wfw:commentRss>http://louisville-cars.com/blog/2012/05/18/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Save on Gas in Louisville</title>
		<link>http://louisville-cars.com/blog/2012/05/08/how-to-save-on-gas-in-louisville/</link>
		<comments>http://louisville-cars.com/blog/2012/05/08/how-to-save-on-gas-in-louisville/#comments</comments>
		<pubDate>Tue, 08 May 2012 16:48:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://louisville-cars.com/?p=881</guid>
		<description><![CDATA[    <p>With gas prices sitting at nearly $4 per gallon every summer, having a fuel efficient <a href="http://www.kiastore.com/">car in Louisville</a> is one of the easiest ways to help stretch your budget. But how exactly does one go about saving money on gas in Louisville?</p>
<p><strong>Try These Tips to Save Gas</strong></p>
<p><strong>Drive a Fuel Efficient Car</strong></p>
<p>The obvious starting point is to purchase a car that has great fuel economy. In a compact car you should be getting at least 25 miles to the gallon. Many <a href="http://www.kiastore.com/kia-rio.php">fuel efficient cars for sale in Louisville</a> still offer plenty of interior space, while getting 30 miles to the gallon. You often save a bundle up front on the purchase price as well.</p>
<p><strong>Don’t Ignore Car Maintenance</strong></p>
<p>Your car is an investment, so treat it like one. Getting oil changes every 2,500 miles and having a tune up done every once in a while is a good start. A necessary one also, as using the wrong grade of motor oil while driving a car that needs a tune up can combine to a 5% drop in fuel efficiency.  Beyond that, did you know that every time your tire pressure drops 1 psi below recommended levels you lose 0.3% of your car’s gas mileage? Once your tires are properly inflated you can keep saving on gas by getting an alignment. A bad alignment means your engine has to use more gas to perform at basic levels. Taking time to maintain your car means it lasts longer and uses considerably less gas.</p>
<p><strong>Plan Before You Drive</strong></p>
<p>Work, social life and family all add up to a lot of driving. Get as much done on each trip as you can. If you have to get groceries and pick up the kids, do it all in one trip. It saves on gas and time. Take turns driving when you go out with friends. One couple can drive one week, and then you can make it up to them by picking them up for dinner next week. That can save you on gas, wear and tear on your car and the frustration of having to find two parking spaces when you go out for a bite at a trendy new eatery in the Highlands.</p>
<p>You have to have a car in Louisville. It is difficult to get around otherwise. Taking a few steps and precautions in advance can really add up. Why use more gas than you have to right? There are certainly a few other ways to save on gas. Let us know how you increase fuel economy in the comments section. If you are looking for a car for sale in Louisville that sips gas, here are a few that we were able to find.</p>
<p><strong> </strong></p>
<p>&nbsp;</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/K5323A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2007 Kia Spectra&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/K5323A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5323A-1.jpg' alt='Used 2007 Kia Spectra'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5323A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5323A%2FUsed-Kia-Spectra-Louisville-KY' target='_blank' >Used Kia Spectra pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5323A"/><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/U4047C">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2011 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/U4047C">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4047C-1.jpg' alt='Used 2011 Kia Forte'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4047C&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4047C%2FUsed-Kia-Forte-Louisville-KY' target='_blank' >Used Kia Forte pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4047C"/><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/K5397A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 Ford Escape&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/K5397A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5397A-1.jpg' alt='Used 2006 Ford Escape'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5397A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5397A%2FUsed-Ford-Escape-Louisville-KY' target='_blank' >Used Ford Escape pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5397A"/><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/K6022A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 Toyota Camry&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/K6022A">
                                <image src='http://alabamausedcars.org/wp-content/plugins/inventory/images/no-cars.jpg' alt='Used 2009 Toyota Camry'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K6022A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK6022A%2FUsed-Toyota-Camry-Louisville-KY' target='_blank' >Used Toyota Camry pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K6022A"/><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/K5366A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 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/K5366A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5366A-1.jpg' alt='Used 2009 Chevrolet Aveo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf_tab.php?stock=K5366A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5366A%2FUsed-Chevrolet-Aveo-Louisville-KY' target='_blank' >Used Chevrolet Aveo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5366A"/><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/K5203A">
                                <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/K5203A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5203A-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=K5203A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5203A%2FUsed-Kia-Rio-Louisville-KY' target='_blank' >Used Kia Rio pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5203A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></description>
		<wfw:commentRss>http://louisville-cars.com/blog/2012/05/08/how-to-save-on-gas-in-louisville/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Louisville SUV, Escape helps propel Ford growth</title>
		<link>http://louisville-cars.com/blog/2012/02/17/louisville-suv-ford-growth/</link>
		<comments>http://louisville-cars.com/blog/2012/02/17/louisville-suv-ford-growth/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 15:31:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Louisville Cars]]></category>
		<category><![CDATA[Louisville SUV]]></category>
		<category><![CDATA[Cars in Louisville]]></category>
		<category><![CDATA[louisville cars]]></category>

		<guid isPermaLink="false">http://louisville-cars.com/?p=878</guid>
		<description><![CDATA[    <h1><a title="Louisville SUV" href="http://www.kiastore.com/kia-sorento.php" target="_blank">Louisville SUV</a>, Escape propels Ford growth</h1>
<p>This article was originally posted in <a title="Escape SUV helps Ford sales rise 7% in January" href="http://www.bizjournals.com/louisville/news/2012/02/01/escape-suv-helps-ford-sales-rise-7-in.html" target="_blank">Louisville&#8217;s Business First</a>:</p>
<blockquote><p>Ford Motor Co. <a id="bizWatchFollowImg_false" href="http://www.bizjournals.com/#"></a> reported Wednesday that U.S. sales for January totaled 136,710 vehicles, up 7 percent from a year earlier.</p>
<p>Among models, the Focus contributed to 30 percent of Ford’s sales growth for the month, more than any other vehicle in the Ford product lineup, according to a news release. Focus sales were 14,400, up 60 percent from January 2011.</p>
<p>“January started off with solid sales versus year-ago levels,” Ken Czubay, a Ford vice president, said in the news release. “Ford saw the same solid month, with smaller vehicles in higher demand. Escape continued its record-setting run, and Focus set the pace for car sales in California, Texas and the Southeast.”</p>
<p>The combined sales of Focus and the Escape SUV provided 49 percent of Ford’s volume growth in January. With 17,259 Escape vehicles sold, it was another best-ever January for Escape, topping January 2011 by 24 percent. Ford will build the next-generation Escape at its <a title="Louisville Car and Truck" href="http://kiastore.com" target="_blank">Louisville Car and Truck</a> Assembly Plant, following a $600 million investment in plant improvements.</p>
<p>Meanwhile, sales of F-Series trucks, which include the Super Duty models built at Kentucky Truck Plant in Louisville, were up 7.5 percent in December, with sales of 38,493.</p>
<p>Last week, the Dearborn, Mich.-based automaker (NYSE: F) reported net income of $13.62 billion for the fourth quarter of 2011, on revenue of $34.6 billion.</p></blockquote>
<p>&nbsp;</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/U4131">
                                <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/U4131">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4131-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=U4131&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4131%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4131"/><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/U4132">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Kia Rondo&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/U4132">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4132-1.jpg' alt='Used 2008 Kia Rondo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4132&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4132%2FUsed-Kia-Rondo-Louisville-KY' target='_blank' >Used Kia Rondo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4132"/><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/K4208X">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 Suzuki XL-7&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/K4208X">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4208X-1.jpg' alt='Used 2006 Suzuki XL-7'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4208X&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4208X%2FUsed-Suzuki-XL-7-Louisville-KY' target='_blank' >Used Suzuki XL-7 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4208X"/><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/K4857A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 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/K4857A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4857A-1.jpg' alt='Used 2008 Kia Sportage'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4857A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4857A%2FUsed-Kia-Sportage-Louisville-KY' target='_blank' >Used Kia Sportage pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4857A"/><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/K4769A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2007 Dodge Charger&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/K4769A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4769A-1.jpg' alt='Used 2007 Dodge Charger'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4769A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4769A%2FUsed-Dodge-Charger-Louisville-KY' target='_blank' >Used Dodge Charger pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4769A"/><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/K4966A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 1995 Dodge Ram 1500&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/K4966A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4966A-1.jpg' alt='Used 1995 Dodge Ram 1500'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4966A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4966A%2FUsed-Dodge-Ram+1500-Louisville-KY' target='_blank' >Used Dodge Ram 1500 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4966A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></description>
		<wfw:commentRss>http://louisville-cars.com/blog/2012/02/17/louisville-suv-ford-growth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>News for Louisville car owners: Camry, Rav4 under investigation for electrical door fires</title>
		<link>http://louisville-cars.com/blog/2012/02/14/news-for-louisville-car-owners-camry-rav4-under-investigation-for-electrical-door-fires/</link>
		<comments>http://louisville-cars.com/blog/2012/02/14/news-for-louisville-car-owners-camry-rav4-under-investigation-for-electrical-door-fires/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 19:22:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Louisville Cars]]></category>
		<category><![CDATA[camry]]></category>
		<category><![CDATA[louisville car news]]></category>
		<category><![CDATA[rav4]]></category>
		<category><![CDATA[toyota news]]></category>

		<guid isPermaLink="false">http://louisville-cars.com/blog/2012/02/14/news-for-louisville-car-owners-camry-rav4-under-investigation-for-electrical-door-fires/</guid>
		<description><![CDATA[    <h3>Courtesy of <a title="courier journal" href="http://www.delawareonline.com/article/20120210/BUSINESS/120210030/Midday-Business-News-briefing?odyssey=tab%7Ctopnews%7Ctext%7CHome" target="_blank">Courier-Journal.com</a>&#8230;</h3>
<blockquote><p>Toyota Motor Corp. Camry and RAV4 vehicles are under investigation by U.S. automobile-safety regulators after reports of electrical fires in driver-side doors. The National Highway Traffic Safety Administration announced the inquiry into about 830,000 Camry cars and RAV4 crossover sport-utility vehicles for model year 2007 on its website today. The agency said it’s received six reports of fires that appear to have started in the power window master switch in the driver-side door.</p></blockquote>
<p>If you have any questions or concerns about the safety of your vehicle, contact your local <a title="Louisville car dealer" href="http://kiastore.com" target="_blank">Louisville car dealer</a> or visit <a title="Toyota.com" href="http://www.toyota.com/" target="_blank">Toyota.com</a>.</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/U4131">
                                <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/U4131">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4131-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=U4131&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4131%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4131"/><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/U4132">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 Kia Rondo&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/U4132">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4132-1.jpg' alt='Used 2008 Kia Rondo'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4132&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4132%2FUsed-Kia-Rondo-Louisville-KY' target='_blank' >Used Kia Rondo pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4132"/><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/K4208X">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 Suzuki XL-7&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/K4208X">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4208X-1.jpg' alt='Used 2006 Suzuki XL-7'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4208X&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4208X%2FUsed-Suzuki-XL-7-Louisville-KY' target='_blank' >Used Suzuki XL-7 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4208X"/><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/K4857A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 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/K4857A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4857A-1.jpg' alt='Used 2008 Kia Sportage'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4857A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4857A%2FUsed-Kia-Sportage-Louisville-KY' target='_blank' >Used Kia Sportage pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4857A"/><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/K4769A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2007 Dodge Charger&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/K4769A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4769A-1.jpg' alt='Used 2007 Dodge Charger'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4769A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4769A%2FUsed-Dodge-Charger-Louisville-KY' target='_blank' >Used Dodge Charger pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4769A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></description>
		<wfw:commentRss>http://louisville-cars.com/blog/2012/02/14/news-for-louisville-car-owners-camry-rav4-under-investigation-for-electrical-door-fires/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kentucky car manufacturing statistics</title>
		<link>http://louisville-cars.com/blog/2012/02/08/kentucky-car-manufacturing-statistics/</link>
		<comments>http://louisville-cars.com/blog/2012/02/08/kentucky-car-manufacturing-statistics/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 15:20:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[KY Cars]]></category>
		<category><![CDATA[kentucky automotive industry statistics]]></category>
		<category><![CDATA[kentucky car manufacturing]]></category>
		<category><![CDATA[Kentucky cars]]></category>

		<guid isPermaLink="false">http://louisville-cars.com/blog/2012/02/08/kentucky-car-manufacturing-statistics/</guid>
		<description><![CDATA[    <p>Would you be surprised if we said that, according to the U.S. Bureau of Economic Analysis, 1.6 percent of the Kentucky&#8217;s total employment in 2009 was in motor vehicles, bodies and trailers, and parts manufacturing? Or how about if we told you that in 2009, over 16.8 percent of Kentucky&#8217;s workforce employed in manufacturing was employed in the motor vehicles, bodies and trailers, and parts manufacturing sector?</p>
<p>If you thought that these figures would be much higher for those manufacturing <a title="cars in kentucky" href="http://kiastore.com" target="_blank">cars in Kentucky</a>, consider these additional statistics published in the <a title="Kentucky automotive profile report" href="http://www.thinkkentucky.com/kyedc/pdfs/ky_auto_industry.pdf" target="_blank">Kentucky Automotive Industry Profile report</a> by the <a title="Kentucky cabinet for economic development" href="http://www.thinkkentucky.com/" target="_blank">Kentucky Cabinet for Economic Development</a>:</p>
<ul>
<li>Kentucky ranked 3rd in light vehicle production in 2009. </li>
<li>More than 400 automotive-related facilities, including four major auto assembly plants, are based in the state of Kentucky.</li>
<li>In 2009, Kentucky had the nation’s 3rd highest level of auto industry-related employment as a percent of total state employment in the United States.</li>
<li>In 2008, the <a title="kentucky cars" href="http://www.kiastore.com/new-kia-louisville" target="_blank">Kentucky car</a> industry represented 3 percent of the state’s gross domestic product</li>
</ul>
<p>We think that these <a title="Kentucky car" href="http://www.kiastore.com/louisville-used-cars1/all" target="_blank">Kentucky car</a> and truck manufacturing statistics are substantial, but they might not be <em>that </em>surprising when you take into account that Kentucky is one of the best states for business in the nation. Kentucky has one of the lowest overall costs of doing business when compared to other states in the eastern United States, according to research published by Economy.com.</p>
<p>You can read the full report by <a title="Think Kentucky automotive report" href="http://www.thinkkentucky.com/kyedc/pdfs/ky_auto_industry.pdf" target="_blank">clicking here</a>.</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/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/K5335A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 Hyundai Tucson&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/K5335A">
                                <image src='http://alabamausedcars.org/wp-content/plugins/inventory/images/no-cars.jpg' alt='Used 2006 Hyundai Tucson'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5335A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5335A%2FUsed-Hyundai-Tucson-Louisville-KY' target='_blank' >Used Hyundai Tucson pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5335A"/><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/K5224A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2012 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/K5224A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5224A-1.jpg' alt='Used 2012 Kia Sedona'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5224A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5224A%2FUsed-Kia-Sedona-Louisville-KY' target='_blank' >Used Kia Sedona pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5224A"/><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/K5396A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Kia Optima&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/K5396A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5396A-1.jpg' alt='Used 2010 Kia Optima'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5396A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5396A%2FUsed-Kia-Optima-Louisville-KY' target='_blank' >Used Kia Optima pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5396A"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></description>
		<wfw:commentRss>http://louisville-cars.com/blog/2012/02/08/kentucky-car-manufacturing-statistics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

