<?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>Kia Review</title>
	<atom:link href="http://kiareview.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kiareview.com</link>
	<description>Just another Indiana Kia Sites site</description>
	<lastBuildDate>Fri, 18 May 2012 06:59:02 +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=kiareview.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>Testing test</title>
		<link>http://kiareview.com/blog/2012/05/18/testing-test/</link>
		<comments>http://kiareview.com/blog/2012/05/18/testing-test/#comments</comments>
		<pubDate>Fri, 18 May 2012 06:59:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kiareview.com/blog/2012/05/18/testing-test/</guid>
		<description><![CDATA[    <p>test</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/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 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/K5124A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 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/K5124A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5124A-1.jpg' alt='Used 2009 Ford Escape'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5124A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5124A%2FUsed-Ford-Escape-Louisville-KY' target='_blank' >Used Ford Escape pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5124A"/><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/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 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/U4141">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2007 Saturn Relay&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/U4141">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4141-1.jpg' alt='Used 2007 Saturn Relay'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4141&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4141%2FUsed-Saturn-Relay-Louisville-KY' target='_blank' >Used Saturn Relay pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4141"/><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/U4142">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 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/U4142">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4142-1.jpg' alt='Used 2006 Kia Optima'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4142&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4142%2FUsed-Kia-Optima-Louisville-KY' target='_blank' >Used Kia Optima pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4142"/><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/U4143">
                                <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/U4143">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4143-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=U4143&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4143%2FUsed-Kia-Soul-Louisville-KY' target='_blank' >Used Kia Soul pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4143"/><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/K4707B">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 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/K4707B">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4707B-1.jpg' alt='Used 2006 Kia Spectra'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4707B&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4707B%2FUsed-Kia-Spectra-Louisville-KY' target='_blank' >Used Kia Spectra pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4707B"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></description>
			<content:encoded><![CDATA[    <p>test</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/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 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/K5124A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2009 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/K5124A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5124A-1.jpg' alt='Used 2009 Ford Escape'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5124A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5124A%2FUsed-Ford-Escape-Louisville-KY' target='_blank' >Used Ford Escape pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5124A"/><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/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 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/U4141">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2007 Saturn Relay&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/U4141">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4141-1.jpg' alt='Used 2007 Saturn Relay'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4141&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4141%2FUsed-Saturn-Relay-Louisville-KY' target='_blank' >Used Saturn Relay pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4141"/><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/U4142">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 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/U4142">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4142-1.jpg' alt='Used 2006 Kia Optima'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=U4142&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4142%2FUsed-Kia-Optima-Louisville-KY' target='_blank' >Used Kia Optima pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4142"/><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/U4143">
                                <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/U4143">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/U4143-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=U4143&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FU4143%2FUsed-Kia-Soul-Louisville-KY' target='_blank' >Used Kia Soul pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="U4143"/><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/K4707B">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2006 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/K4707B">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K4707B-1.jpg' alt='Used 2006 Kia Spectra'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K4707B&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK4707B%2FUsed-Kia-Spectra-Louisville-KY' target='_blank' >Used Kia Spectra pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K4707B"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></content:encoded>
			<wfw:commentRss>http://kiareview.com/blog/2012/05/18/testing-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://kiareview.com/blog/2012/05/18/55/</link>
		<comments>http://kiareview.com/blog/2012/05/18/55/#comments</comments>
		<pubDate>Fri, 18 May 2012 06:45:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kiareview.com/blog/2012/05/18/55/</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/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/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/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/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[    <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/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/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/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/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://kiareview.com/blog/2012/05/18/55/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Kias Make the List of NADA&#8217;s Most Versatile Vehicles Under $20,000</title>
		<link>http://kiareview.com/blog/2012/05/11/3-kias-make-the-list-of-nadas-most-versatile-vehicles-under-20000/</link>
		<comments>http://kiareview.com/blog/2012/05/11/3-kias-make-the-list-of-nadas-most-versatile-vehicles-under-20000/#comments</comments>
		<pubDate>Fri, 11 May 2012 19:48:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kiareview.com/?p=53</guid>
		<description><![CDATA[    <p>Kia has always been dedicated to providing low priced cars that deliver value. Keeping in tide with this core value Kia still provides cost effective cars for people who need to get around—and who doesn’t. One thing that Kia avoids doing is skimping on the amenities. They feel that drivers in Louisville, and anywhere else for that matter, deserve to have <a href="http://www.kiastore.com/">Kentucky cars</a> that have plenty of options <em>and </em>affordable price tags.</p>
<p>In addition to class leading power trains, plenty of leg room and of course power windows, seats etc., Kia is devoted to helping people save on gas down the road. This is evident in their full lineup of <a href="http://www.kiastore.com/new-kia-louisville">Louisville cars that get great gas mileage</a>. This was further backed by the recent naming of 3 Kia models to the NADA’s list of “Most Versatile 2012 New Cars Under $20K”.</p>
<p>From <a href="http://www.marketwatch.com/story/kia-places-more-vehicles-on-nadaguides-most-versatile-2012-new-cars-under-20k-list-than-any-other-automaker-2012-05-07">Marketwatch.com</a>:</p>
<p><em>“On the heels of achieving 20 consecutive months of year-over-year sales growth, Kia Motors America (KMA) has been recognized by NADAguides, a leading provider of vehicle pricing and information, by having three of its vehicles &#8211; Rio 5-Door SX, Forte SX and Soul + &#8212; named to the publication&#8217;s &#8220;Most Versatile 2012 New Cars Under $20K&#8221; list. Kia placed more vehicles than any other automaker on the top ten list, which is intended for new car shoppers in the market to find fuel-efficient vehicles that are feature-rich and highly-versatile for the needs of everyday driving while also being budget-friendly.</em></p>
<p><em>&#8220;Having three of our vehicles named to NADAguides&#8217; &#8216;Most Versatile 2012 New Cars Under $20K&#8217; list validates how far our brand has come in terms of quality, packaging and features development in such a short period of time,&#8221; said Orth Hedrick, director of product planning, KMA. &#8220;With the presence and eye-catching style of Rio, Forte and Soul, Kia&#8217;s complete vehicle line is comprised of a wide breadth of capable offerings at very affordable price points.&#8221;</em></p>
<p><em>The NADAguides&#8217; vehicle selections were based upon specific versatility criteria important to automotive consumers including cargo space, passenger capacity (specifically third row seating), legroom and all-wheel drive capabilities. Also factored into consideration were each vehicle&#8217;s standard and optional equipment, creature comforts and unique amenities. In handing out the honors, NADAguides&#8217; analysts called the Kia Rio 5-door a value-packed subcompact with class-leading horsepower[2] and described the Kia Forte as having a robust powertrain, excellent fuel economy and a long list of standard convenience features. The award-winning Kia Soul was lauded for its unique styling and technology enhancements, among other characteristics.”</em></p>
<p>With the value that Kia provides car buyers, it is no wonder that their sales keep rising year after year. The naming of 3 models to this list is just one of Kia’s many accolades. Considering that value for the money is often cited as the number one factor in making a car buying decision, why would anyone overlook Kia and its line of quality vehicles.</p>
<p>&nbsp;</p>
    <div style="width:630px;">
                        <div style="height: auto;float:left;width:210px;">
                        </div>

    ]]></description>
			<content:encoded><![CDATA[    <p>Kia has always been dedicated to providing low priced cars that deliver value. Keeping in tide with this core value Kia still provides cost effective cars for people who need to get around—and who doesn’t. One thing that Kia avoids doing is skimping on the amenities. They feel that drivers in Louisville, and anywhere else for that matter, deserve to have <a href="http://www.kiastore.com/">Kentucky cars</a> that have plenty of options <em>and </em>affordable price tags.</p>
<p>In addition to class leading power trains, plenty of leg room and of course power windows, seats etc., Kia is devoted to helping people save on gas down the road. This is evident in their full lineup of <a href="http://www.kiastore.com/new-kia-louisville">Louisville cars that get great gas mileage</a>. This was further backed by the recent naming of 3 Kia models to the NADA’s list of “Most Versatile 2012 New Cars Under $20K”.</p>
<p>From <a href="http://www.marketwatch.com/story/kia-places-more-vehicles-on-nadaguides-most-versatile-2012-new-cars-under-20k-list-than-any-other-automaker-2012-05-07">Marketwatch.com</a>:</p>
<p><em>“On the heels of achieving 20 consecutive months of year-over-year sales growth, Kia Motors America (KMA) has been recognized by NADAguides, a leading provider of vehicle pricing and information, by having three of its vehicles &#8211; Rio 5-Door SX, Forte SX and Soul + &#8212; named to the publication&#8217;s &#8220;Most Versatile 2012 New Cars Under $20K&#8221; list. Kia placed more vehicles than any other automaker on the top ten list, which is intended for new car shoppers in the market to find fuel-efficient vehicles that are feature-rich and highly-versatile for the needs of everyday driving while also being budget-friendly.</em></p>
<p><em>&#8220;Having three of our vehicles named to NADAguides&#8217; &#8216;Most Versatile 2012 New Cars Under $20K&#8217; list validates how far our brand has come in terms of quality, packaging and features development in such a short period of time,&#8221; said Orth Hedrick, director of product planning, KMA. &#8220;With the presence and eye-catching style of Rio, Forte and Soul, Kia&#8217;s complete vehicle line is comprised of a wide breadth of capable offerings at very affordable price points.&#8221;</em></p>
<p><em>The NADAguides&#8217; vehicle selections were based upon specific versatility criteria important to automotive consumers including cargo space, passenger capacity (specifically third row seating), legroom and all-wheel drive capabilities. Also factored into consideration were each vehicle&#8217;s standard and optional equipment, creature comforts and unique amenities. In handing out the honors, NADAguides&#8217; analysts called the Kia Rio 5-door a value-packed subcompact with class-leading horsepower[2] and described the Kia Forte as having a robust powertrain, excellent fuel economy and a long list of standard convenience features. The award-winning Kia Soul was lauded for its unique styling and technology enhancements, among other characteristics.”</em></p>
<p>With the value that Kia provides car buyers, it is no wonder that their sales keep rising year after year. The naming of 3 models to this list is just one of Kia’s many accolades. Considering that value for the money is often cited as the number one factor in making a car buying decision, why would anyone overlook Kia and its line of quality vehicles.</p>
<p>&nbsp;</p>
    <div style="width:630px;">
                        <div style="height: auto;float:left;width:210px;">
                        </div>

    ]]></content:encoded>
			<wfw:commentRss>http://kiareview.com/blog/2012/05/11/3-kias-make-the-list-of-nadas-most-versatile-vehicles-under-20000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boston Globe: 2012 Kia Optima &#8220;First Class&#8221;</title>
		<link>http://kiareview.com/blog/2011/12/23/boston-globe-2012-kia-optima-first-class/</link>
		<comments>http://kiareview.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://kiareview.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://kiareview.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://kiareview.com/blog/2011/12/20/2011-kia-optima-louisville-cars/</link>
		<comments>http://kiareview.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://kiareview.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/K5287A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Mazda Mazda5&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/K5287A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5287A-1.jpg' alt='Used 2010 Mazda Mazda5'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5287A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5287A%2FUsed-Mazda-Mazda5-Louisville-KY' target='_blank' >Used Mazda Mazda5 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5287A"/><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/K6045A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2004 Kia Sorento&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/K6045A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K6045A-1.jpg' alt='Used 2004 Kia Sorento'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K6045A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK6045A%2FUsed-Kia-Sorento-Louisville-KY' target='_blank' >Used Kia Sorento pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K6045A"/><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/K5433A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 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/K5433A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5433A-1.jpg' alt='Used 2008 Kia Optima'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5433A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5433A%2FUsed-Kia-Optima-Louisville-KY' target='_blank' >Used Kia Optima pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5433A"/><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/10911">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 1998 Chrysler Cirrus&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/10911">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/10911-1.jpg' alt='Used 1998 Chrysler Cirrus'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=10911&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-kentucky.php%2F10911%2FUsed-Chrysler-Cirrus-Louisville-KY' target='_blank' >Used Chrysler Cirrus pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="10911"/><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/K5287A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2010 Mazda Mazda5&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/K5287A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5287A-1.jpg' alt='Used 2010 Mazda Mazda5'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5287A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5287A%2FUsed-Mazda-Mazda5-Louisville-KY' target='_blank' >Used Mazda Mazda5 pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5287A"/><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/K6045A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2004 Kia Sorento&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/K6045A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K6045A-1.jpg' alt='Used 2004 Kia Sorento'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K6045A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK6045A%2FUsed-Kia-Sorento-Louisville-KY' target='_blank' >Used Kia Sorento pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K6045A"/><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/K5433A">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 2008 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/K5433A">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/K5433A-1.jpg' alt='Used 2008 Kia Optima'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=K5433A&URL=http%3A%2F%2Fkiastore.com%2Fused-cars-louisville.php%2FK5433A%2FUsed-Kia-Optima-Louisville-KY' target='_blank' >Used Kia Optima pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="K5433A"/><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/10911">
                                <div style='width:210px;float:left;color:blue;font-size: 14px;font-weight: bold;text-decoration:underline;'>USED 1998 Chrysler Cirrus&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/10911">
                                <image src='http://www.kiastore.com/public/inventory/thumbnail/10911-1.jpg' alt='Used 1998 Chrysler Cirrus'></a></div>
                        <div><a style="font-size:14px;margin:10px;" href='wp-content/plugins/inventory/pdf.php?stock=10911&URL=http%3A%2F%2Fkiastoreeast.com%2Fused-cars-kentucky.php%2F10911%2FUsed-Chrysler-Cirrus-Louisville-KY' target='_blank' >Used Chrysler Cirrus pdf</a></div>
                        <div style="display:none;"><input type="hidden" class="hid_vid" value="10911"/><input class="vid_btn" type="button" value="view video"></div>
                    </div>
                    </div>

    ]]></content:encoded>
			<wfw:commentRss>http://kiareview.com/blog/2011/12/20/2011-kia-optima-louisville-cars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

