<?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>All About Japan Autos</title>
	<atom:link href="http://www.japanautostore.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.japanautostore.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Sep 2010 16:30:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ford F-150 Raptor SuperCrew</title>
		<link>http://www.japanautostore.com/ford-f-150-raptor-supercrew</link>
		<comments>http://www.japanautostore.com/ford-f-150-raptor-supercrew#comments</comments>
		<pubDate>Fri, 03 Sep 2010 16:30:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Daily Auto News]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Ford F-150 Raptor SuperCrew Double Cab SuperCrew Raptor unveiled with 6.2-litre V8 engine. In the UK, Ford&#8217;s performance offering is the impressive Focus RS. But in the US, the Blue Oval offers a rather different powered-up range-topping proposition. function hbxMediaPlay(hbxFileName, hbxCurrentPos, hbxEndPos, hbxFlashVersion) { _hbSet('m.f',hbxFileName); _hbSet('m.cp',hbxCurrentPos); _hbSet('m.ep',hbxEndPos); _hbSet('m.s','play'); _hbSet('m.cl','Flash Player'); _hbSet('m.cv',hbxFlashVersion); _hbSet('m.tt','e'); _hbSend(); } function [...]]]></description>
			<content:encoded><![CDATA[<p><span class="resimler"><img class="resim" src="/car-picture/ford-f-150-raptor-supercrew-2.jpg"><br /><img class="resim" src="/car-picture/ford-f-150-raptor-supercrew-1.jpg"></p>
<p></span> Ford F-150 Raptor SuperCrew Double Cab SuperCrew Raptor unveiled with 6.2-litre V8 engine.<br /><span id="more-5013"></span>
<p>In the UK, Ford&rsquo;s performance offering is the impressive <strong>Focus</strong> RS. But in the US, the Blue Oval offers a rather different powered-up range-topping proposition.</p>
<p><script type="text/javascript">
function hbxMediaPlay(hbxFileName, hbxCurrentPos, hbxEndPos, hbxFlashVersion)
{ _hbSet('m.f',hbxFileName); _hbSet('m.cp',hbxCurrentPos); _hbSet('m.ep',hbxEndPos); _hbSet('m.s','play'); _hbSet('m.cl','Flash Player'); _hbSet('m.cv',hbxFlashVersion); _hbSet('m.tt','e'); _hbSend();
} function hbxMediaPause(hbxFileName, hbxCurrentPos, hbxEndPos, hbxFlashVersion)
{ _hbSet('m.f',hbxFileName); _hbSet('m.cp',hbxCurrentPos); _hbSet('m.ep',hbxEndPos); _hbSet('m.s','pause'); _hbSet('m.cl','Flash Player'); _hbSet('m.cv',hbxFlashVersion); _hbSet('m.tt','e'); _hbSend();
} function hbxMediaStop(hbxFileName, hbxCurrentPos, hbxEndPos, hbxFlashVersion)
{ _hbSet('m.f',hbxFileName); _hbSet('m.cp',hbxCurrentPos); _hbSet('m.ep',hbxEndPos); _hbSet('m.s','stop'); _hbSet('m.cl','Flash Player'); _hbSet('m.cv',hbxFlashVersion); _hbSet('m.tt','e'); _hbSend();
} function hbxMediaPlayProgress(hbxFileName, hbxCurrentPos, hbxEndPos, hbxFlashVersion)
{ _hbSet('m.f',hbxFileName); _hbSet('m.cp',hbxCurrentPos); _hbSet('m.ep',hbxEndPos); _hbSet('m.s','playp'); _hbSet('m.cl','Flash Player'); _hbSet('m.cv',hbxFlashVersion); _hbSet('m.tt','e'); _hbSend();
} var dennisPlayer;
var dennisPlayerCurrentPosition = 0; var dennisClipDuration = 0; var dennisPlayerMetaClient = '';
var dennisCurrentPlayerFile = '';
var dennisPlayerInPlayingState = 0;
var dennisTrackingInterval = 30000;
var completedState = false; function playerReady(obj) { dennisPlayer = document.getElementById(obj['id']); addListeners();
}; function addListeners () { if (dennisPlayer) { dennisPlayer.addControllerListener("ITEM", "dennisItemListener"); dennisPlayer.addModelListener("META", "dennisMetaListener"); dennisPlayer.addModelListener("TIME", "dennisPositionListener"); dennisPlayer.addModelListener("STATE", "dennisStateListener"); } else { setTimeout("addListeners()", 100); } } function dennisStateListener (obj) { dennisCurrentPlayerFile = dennisPlayer.getPlaylist()[0].file; switch(obj.newstate) { case 'PLAYING': if (dennisPlayerInPlayingState == 0) { hbxMediaPlay(dennisCurrentPlayerFile, dennisPlayerCurrentPosition, dennisClipDuration, dennisPlayerMetaClient); } break; case 'PAUSED': hbxMediaPause(hbxFileName, hbxCurrentPos, hbxEndPos, hbxFlashVersion); dennisPlayerInPlayingState = 0; break; case 'IDLE': hbxMediaStop(dennisCurrentPlayerFile, dennisPlayerCurrentPosition, dennisClipDuration, dennisPlayerMetaClient); dennisPlayerInPlayingState = 0 break; case 'COMPLETED': hbxMediaStop(dennisCurrentPlayerFile, dennisClipDuration, dennisClipDuration, dennisPlayerMetaClient); dennisPlayerInPlayingState = 0 break; default: break; } } function dennisPositionListener (obj) { dennisPlayerCurrentPosition = obj.position; dennisClipDuration = obj.duration; if (dennisPlayerCurrentPosition !=0 &#038;&#038; (dennisPlayerCurrentPosition*1000)%dennisTrackingInterval == 0) { dennisTrackPosition(); } if (dennisPlayerCurrentPosition > 0 &#038;&#038; dennisPlayerInPlayingState == 0) { dennisPlayerInPlayingState = 1; } // track completed time if (dennisPlayerCurrentPosition !=0 &#038;&#038; (Math.round(dennisPlayerCurrentPosition) == Math.round(dennisClipDuration - 1)) &#038;&#038; completedState == false) { completedState = true; dennisTrackPosition(); } } function dennisMetaListener (obj) { dennisPlayerMetaClient = obj.client; } function dennisTrackPosition () { hbxMediaPlayProgress(dennisCurrentPlayerFile, dennisPlayerCurrentPosition, dennisClipDuration, dennisPlayerMetaClient) } </script> <!-- Start of InSkin Integration Template --></p>
<link type="text/css" rel="stylesheet" href="http://inskin.vo.llnwd.net/o21/ikit/default/css/default.css" /> <!-- Start of InSkin Container --><br />
 <!-- Start of InSkin Base Container --></p>
<p><!-- End of InSkin Base Container --> <!-- Start of Content/Player Container --><br />
 <!-- Start of Content/Player Code --><br />
<script type="text/javascript" src="http://inskin.vo.llnwd.net/o21/ikit/default/js/3rdparty/swfobject_2x.js"></script><br />
<br />
<script type="text/javascript"> swfobject.embedSWF( '/vendor-swf/JW/4.6/player-4.6.swf', 'flashcontent_myInSkin1', '100%', '100%', '9.0.0', '', { 'file': 'http://video.cloudfront.autoexpress.co.uk/online/AE_03Sep10_fordraptor.flv', 'image': '/front_website/video_image.php?id=392251', 'autostart': 'false', 'vpautostart': 'true', 'tags': 'Publisher_autoexpress,make=ford,model=f-150raptor,zone=autoexpress_news_autoexpressnews', 'skin': '', 'dock': 'true', 'title': 'Video: Ford F-150 Raptor SuperCrew', 'stretching': 'uniform', 'plugins': 'http://service.cdn.videoplaza.com/resources/as3_bridge_jw_4x.swf,gapro-1,sharing', 'dcinstream.ad.tag': 'http://ad.doubleclick.net/pfadx/www.autoexpress.co.uk/news/autoexpressnews;tile=8;bigad=yes;live=yes;type=article;make=ford;model=f-150raptor;sz=468x430;ord=123382215?', 'dcinstream.ad.position': 'pre', 'gapro.accountid':'UA-4196386-1', 'gapro.trackpercentage':'true', 'gapro.tracktime':'true', 'gapro.trackcompletes':'true', 'gapro.trackdetails':'true', 'gapro.trackerror':'true', 'sharing.link':'http://www.autoexpress.co.uk/news/autoexpressnews/256759/ford_f150_raptor_supercrew.html', 'sharing.code':'%3Cembed+src%3D%22http%3A%2F%2Fwww.autoexpress.co.uk%2Fvendor-swf%2FJW%2F4.6%2Fplayer-4.6.swf%22+allowscriptaccess%3D%22always%22+allowfullscreen%3D%22true%22+flashvars%3D%22file%3D%26plugins%3Ddcinstream%2Cgapro-1%26dcinstream.ad.tag%3Dhttp%3A%2F%2Fad.doubleclick.net%2Fpfadx%2Fwww.autoexpress.co.uk%2Fnews%2Fautoexpressnews%3Btile%3D8%3Bbigad%3Dyes%3Blive%3Dyes%3Btype%3Darticle;make=ford;model=f-150raptor%3Bsz%3D468x430%3Bord%3D4115597145%3F%26dcinstream.ad.position%3Dpre%26gapro.accountid%3DUA-4196386-1%26gapro.trackpercentage%3Dtrue%26gapro.tracktime%3Dtrue%26gapro.trackcompletes%3Dtrue%26gapro.trackdetails%3Dtrue%26gapro.trackerror%3Dtrue%26autostart%3Dtrue%22+width%3D%22406%22+height%3D%22248%22+%2F%3E', 'vpid':'eb61c760-ad2a-48ef-970e-095aa5407898' }, { 'allowscriptaccess': 'always', 'allowfullscreen': true, 'swliveconnect': true, 'wmode': 'transparent' }, { 'id': 'myContent1', 'name': 'myContent1' } ); </script> <!-- End of Content/Player Code --> <br />
<!-- End of Content/Player Container --> <br />
<!-- End of InSkin Container --> <!-- Start of InSkin Javascript Initialization --><br />
<script type="text/javascript" src="http://inskin.vo.llnwd.net/o21/ikit/default/js/inskin_load.js"></script><br />
<script type="text/javascript">
var InSkinParams = new Array(); InSkinParams['srv_SectionID'] = '';
InSkinParams['srv_SectionIDPlay'] = '123327';
InSkinParams['srv_Keywords'] = '';
InSkinParams['srv_Categories'] = '';
InSkinParams['srv_UseSAS'] = 'true';
InSkinParams['sas_PrerollAdTag'] = '';
InSkinParams['sas_PauseAdTag'] = '';
InSkinParams['sas_PlayAdTag'] = '%3CSCRIPT+LANGUAGE%3D%22JavaScript%22+SRC%3D%22http%3A%2F%2Fad.doubleclick.net%2Fadj%2Fwww.autoexpress.co.uk%2Fnews%2Fautoexpressnews%3Btile%3D9%3Bbigad%3Dyes%3Blive%3Dyes%3Btype%3Darticle;make=ford;model=f-150raptor%3Bsz%3D468x431%3Bord%3D4115597145%3F%22%3E%3C%2FSCRIPT%3E%3CNOSCRIPT%3E%3CA+HREF%3D%22http%3A%2F%2Fad.doubleclick.net%2Fjump%2Fwww.autoexpress.co.uk%2Fnews%2Fautoexpressnews%3Btile%3D9%3Bbigad%3Dyes%3Blive%3Dyes%3Btype%3Darticle;make=ford;model=f-150raptor%3Bsz%3D468x431%3Bord%3D4115597145%3F%22+target%3D%22_blank%22%3E%3CIMG+SRC%3D%22http%3A%2F%2Fad.doubleclick.net%2Fad%2Fwww.autoexpress.co.uk%2Fnews%2Fautoexpressnews%3Btile%3D9%3Bbigad%3Dyes%3Blive%3Dyes%3Btype%3Darticle;make=ford;model=f-150raptor%3Bsz%3D468x431%3Bord%3D4115597145%3F%22+border%3D%220%22+vspace%3D%220%22+hspace%3D%220%22+alt%3D%22%5B+Advertisement+%5D%22+width%3D%22468%22+height%3D%22431%22%3E%3C%2FA%3E%3C%2FNOSCRIPT%3E';
InSkinParams['plr_AssumeSkin'] = 'false';
InSkinParams['plr_InSkinID'] = 'myInSkin1';
InSkinParams['plr_ContentID'] = 'myContent1';
InSkinParams['plr_ContentW'] = '406';
InSkinParams['plr_ContentH'] = '248';
InSkinParams['plr_InSkinW'] = '444';
InSkinParams['plr_InSkinH'] = '339';
InSkinParams['plr_TotalW'] = '900';
InSkinParams['plr_TotalH'] = '600';
InSkinParams['plr_ContentType'] = 'JWFLV';
InSkinParams['plr_ExpandableDetached'] = 'true';
InSkinParams['plr_NoSkinContentResize'] = 'true';
InSkinParams['plr_NoSkinInSkinResize'] = 'true';
InSkinParams['cnt_autostart'] = 'false';
InSkinParams['plr_HideElementsByID'] = 'eyeDiv';
InSkinParams['plr_HideElementsByClass'] = 'advertisement';
InSkinParams['plr_InitAfterContent'] = 'true';
InSkinParams['plr_CheckPlaying'] = 'true';
InSkinLoad.init(InSkinParams);
</script><br />
<!-- End of InSkin Javascript Initialization --><br />
<!-- End of InSkin Integration Template --> <br />

<p>Called the Raptor, the 6.2-litre V8-powered beast is based on Ford&rsquo;s popular F-150 truck. As well as providing plenty of power to all four wheels, the Raptor features custom-developed Fox Racing dampers which can cope with high-speed off-road driving, including landings from sizeable jumps!</p>
<p>For the 2011 model year, the firm has added a Double Cab SuperCrew model to the line-up, which adds a second row of seats and 300mm to the wheelbase, and joins the already-launched standard cab version. </p>
<p>The Raptor was originally launched with &lsquo;just&rsquo; a 5.4-litre V8. But that has now been ditched, with all cars coming with the firm&rsquo;s 6.2-litre V8, which generates 405bhp and 588Nm &ndash; 100bhp and 94Nm more than the smaller unit.</p>
<p>As well as offering buyers the choice of two bodystyles, Ford has created a new colour, called Ingot Silver metallic which can be personalised with additional, contrasting matt black decals. On the inside, Ford now includes a 4.2-inch LCD display called the &lsquo;Productivity Screen,&rsquo; which shows data on off-road and towing performance.</p>
<p>Sadly, the super-sized Raptor is only available in the US, where both of the 2011 model year cars are now ready for order at dealerships.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.japanautostore.com/ford-f-150-raptor-supercrew/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Renault Laguana facelift: First Pics</title>
		<link>http://www.japanautostore.com/renault-laguana-facelift-first-pics</link>
		<comments>http://www.japanautostore.com/renault-laguana-facelift-first-pics#comments</comments>
		<pubDate>Fri, 03 Sep 2010 16:30:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Daily Auto News]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Renault Laguana facelift: First Pics Renault pull the wraps off an updated version of the Laguna ahead of its Paris debut.The show-stoppers keep coming at Renault! These are the official pictures of the new Laguna that will be unveiled at the Paris Motor Show, joining the European-spec Latitude which debuted in Moscow last week. The [...]]]></description>
			<content:encoded><![CDATA[<p><span class="resimler"><img class="resim" src="/car-picture/renault-laguana-facelift-first-pics-3.jpg"><br /><img class="resim" src="/car-picture/renault-laguana-facelift-first-pics-2.jpg"><br /><img class="resim" src="/car-picture/renault-laguana-facelift-first-pics-1.jpg"></p>
<p></span> Renault Laguana facelift: First Pics Renault pull the wraps off an updated version of the Laguna ahead of its Paris debut.<br /><span id="more-5012"></span>The show-stoppers keep coming at <strong>Renault</strong>! These are the official pictures of the new Laguna that will be unveiled at the Paris Motor Show, joining the European-spec Latitude which debuted in Moscow last week. </p>
<p>The evergreen French saloon has been updated for 2011 and sports a number of styling tweaks and mechanical changes intended to bring the Laguna&rsquo;s styling closer to the rest of the range, although the coup&eacute; will remain unchanged. </p>
<p>The redesigned nose features a much narrower grille, outlined in chrome, that shares its look with the current M&eacute;gane GT. Chrome inserts also feature on the swept new foglight clusters, and the headlights have been topped off with a wide reflective &lsquo;eyebrow&rsquo; to give the saloon a more imposing front end. </p>
<p>The new car will get an upgraded, cleaner version of the current 1.5 dCi engine, producing 108bhp but emitting just 120g/km of CO2, meaning the new Laguna would cost just &pound;30 a year in road tax, and it will be exempt from the new showroom tax.</p>
<p>Inside, there are new options on all trim-levels, including a TomTom live satellite navigation system and a high-performance Bose sound system. Â </p>
<p>The innovative 4Control four-wheel steering system, which aids handling and was previously only available on high powered GT versions of the Laguna, will now be an option on the best-selling 178bhp 2.0-litre diesel, the new car will be on sale in the U.K. by November, with exact prices and specs annouced closer to the release date.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.japanautostore.com/renault-laguana-facelift-first-pics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cruze hatchback first pictures</title>
		<link>http://www.japanautostore.com/cruze-hatchback-first-pictures</link>
		<comments>http://www.japanautostore.com/cruze-hatchback-first-pictures#comments</comments>
		<pubDate>Fri, 03 Sep 2010 16:30:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Daily Auto News]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Cruze hatchback first pictures Chevrolet to show off Cruze hatch at Paris Motor Show.Meet the Cruze that&#8217;s hatching big plans in Europe! This compact version of the Cruze will be unveiled at the Paris motor show at the end of this month, and is the second of four new cars that will feature on the [...]]]></description>
			<content:encoded><![CDATA[<p><span class="resimler"><img class="resim" src="/car-picture/cruze-hatchback-first-pictures-3.jpg"><br /><img class="resim" src="/car-picture/cruze-hatchback-first-pictures-2.jpg"><br /><img class="resim" src="/car-picture/cruze-hatchback-first-pictures-1.jpg"></p>
<p></span> Cruze hatchback first pictures Chevrolet to show off Cruze hatch at Paris Motor Show.<br /><span id="more-5011"></span>Meet the Cruze that&rsquo;s hatching big plans in Europe! This compact version of the Cruze will be unveiled at the Paris motor show at the end of this month, and is the second of four new cars that will feature on the American firm&rsquo;s stand. </p>
<p>The Cruze hatchback will join the <strong><span style="text-decoration: underline;">Orlando that we showed you last week</span></strong>, as well as a facelift of the Captiva SUV, and a new version of the Aveo. The fastback design has an almost Japanese flavour, and the car looks similar to the Subaru Impreza in profile, although the big wheels and LED running lights from the show car are likely to be dropped from the production model.Â  Â </p>
<p>The Cruze saloon has recently overtaken the Aveo to become Chevrolet&rsquo;s best selling car globally, so to broaden its appeal and further boost sales this new hatch is set to offer great value for money and compete with the likes of the Kia C&rsquo;eed and Hyundai i30. </p>
<p>The hatch will offer nearly 400 litres of boot space, and although that&rsquo;s 50 less than the saloon, a 60/40 folding seat arrangement and bigger load space should ensure this is the most practical Cruze yet.</p>
<p>Wayne Brannon, Managing Director of Chevrolet Europe, said that by offering a hatch back variant they were &ldquo;sending out a signal that Chevrolet is now a serious mainstream player in Europe.&#8221;</p>
<p>The current Cruze comes in S, LS and LT trims, and the new car will continue to offer the familiar line-up of four-pot engines fromÂ  the saloon. That means either a 1.6 or a 1.8-litre with 112bhp or 139bhp. The diesel option is a 2.0L with 123bhp, and 300Nm of torque.</p>
<p>Prices should remain broadly the same as the current range, although the hatchback could end up costing less than its stable mate, starting at around &pound;13,000 for the 1.6i S when it goes on sale mid-way through next year. Â <br /><br type="_moz" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.japanautostore.com/cruze-hatchback-first-pictures/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ford Racing Style Premium Speed Grip Steering Wheel Cover</title>
		<link>http://www.japanautostore.com/ford-racing-style-premium-speed-grip-steering-wheel-cover</link>
		<comments>http://www.japanautostore.com/ford-racing-style-premium-speed-grip-steering-wheel-cover#comments</comments>
		<pubDate>Fri, 03 Sep 2010 13:13:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ford]]></category>
		<category><![CDATA[Cover]]></category>
		<category><![CDATA[Grip]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Racing]]></category>
		<category><![CDATA[Speed]]></category>
		<category><![CDATA[Steering]]></category>
		<category><![CDATA[Style]]></category>
		<category><![CDATA[Wheel]]></category>

		<guid isPermaLink="false">http://www.japanautostore.com/ford-racing-style-premium-speed-grip-steering-wheel-cover</guid>
		<description><![CDATA[PlastiColor Ford Racing Style Premium Speed Grip Steering Wheel Covers are the highest quality covers from PlastiColor. They are specially formulated to eliminate the strong rubber odor that is often associated with steering wheel covers. They are also stronger, and feature molded-in colors that will not discolor or fade. These covers provide a snug fit [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/Racing-Style-Premium-Speed-Steering/dp/B0002NILP6/ref=sr_1_15/179-3967699-5755754?ie=UTF8&#038;s=automotive&#038;qid=1277471018&#038;sr=8-15?ie=UTF8&#038;tag=orxrcom-20"><img style="float:left;width: 150px;height:150px;margin-right: 10px;" src="http://ecx.images-amazon.com/images/I/51JD1M9C7HL._SL500_AA300_.jpg" alt="Ford Racing Style Premium Speed Grip Steering Wheel Cover" /></a></p>
<p>  PlastiColor Ford Racing Style Premium Speed Grip Steering Wheel Covers are the highest quality covers from PlastiColor. They are specially formulated to eliminate the strong rubber odor that is often associated with steering wheel covers. They are also stronger, and feature molded-in colors that will not discolor or fade. These covers provide a snug fit that will not slip, and feature all of the trend-relevant and licensed properties</p>
<p>   <a href="http://www.amazon.com/Racing-Style-Premium-Speed-Steering/dp/B0002NILP6/ref=sr_1_15/179-3967699-5755754?ie=UTF8&#038;s=automotive&#038;qid=1277471018&#038;sr=8-15?ie=UTF8&#038;tag=orxrcom-20" title="More at Amazon">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.japanautostore.com/ford-racing-style-premium-speed-grip-steering-wheel-cover/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chevrolet Volt Granted California HOV Access in 2012</title>
		<link>http://www.japanautostore.com/chevrolet-volt-granted-california-hov-access-in-2012</link>
		<comments>http://www.japanautostore.com/chevrolet-volt-granted-california-hov-access-in-2012#comments</comments>
		<pubDate>Thu, 02 Sep 2010 20:02:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Daily Auto News]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[The primary benefit of buying a green car is its gas savings. But it seems that there are other advantages too. One being federal tax credits and another is high-occupancy vehicle (HOV) lane access. While HOV lanes were initially designed for vehicles carrying more than one passenger, you can now fly solo in California and [...]]]></description>
			<content:encoded><![CDATA[<div class="article-image " style="border: 0px;"><img src="http://static.usnews.rankingsandreviews.com/images/article/201009/123177/Chevy-Volt-driving-in-traffic.jpg" alt="" /></div>
<p>The primary benefit of buying a green car is its gas savings. But it seems that there are other advantages too. One being federal tax credits and another is high-occupancy vehicle (HOV) lane access.</p>
<p><span id="more-5010"></span>
<p>While HOV lanes were initially designed for vehicles carrying more than one passenger, you can now fly solo in California and other states if you have a special permit for electric and hybrid cars. This significantly cuts down on time spent behind the wheel. Our Managing Editor, Jamie Page Deaton, estimates that she saves 45 minutes to an hour, in her hybrid, each way on her daily commute from suburban Virginia to Washington D.C.</p>
<p>In California, it&rsquo;s been done before &#8212; there was similar program in 2005 through 2010 that gave hybrids an edge. EgmCarTech explains, &ldquo;The program was so wildly successful that when being sold with the HOV sticker, Prius resale values increased by as much as $4,000 in California.&rdquo;</p>
<p>The problem for General Motors is that its competition has been given access while the Volt must wait. &ldquo;The Nissan Leaf, which will get up to 100 miles on battery power alone and will go on sale by year&rsquo;s end will be immediately eligible,&rdquo; says The Detroit News. This is because the Leaf qualifies under a different bill passed earlier this year.</p>
<p>If you&#8217;re in the market for a new or used car, check out the U.S. News rankings of this year&#8217;s best cars as well as this month&#8217;s best car deals. </p>
</div>
<div>
<div id="buzz" style="float:left"><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype="large-votes"></script>
<p id="please-buzz">Find this story interesting? If so, please click &#8220;Buzz up&#8221; to let us know.</p>
</div>
<div id="digg" style="float:right"><script type="text/javascript">digg_skin = 'compact';</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<div style="clear:both"></div>
</div>
<div id="article-comments-head"></div>
<div id="article-comments" style="display: none"><script type="text/javascript">function flagit(comment_id, comment_type, comment_typeid ){ var data = {action: "flag",comment_id: comment_id, comment_type: comment_type,comment_typeid: comment_typeid}$.post('/cars-trucks/daily-news/100902-Chevrolet-Volt-Granted-California-HOV-Access-in-2012/', data, function(){alert('Comment has been flagged for review.\nThanks for your help.')})} $(document).ready(function(){var NAME_COOKIE = 'name_cookie';var EMAIL_COOKIE = 'email_cookie'; var prev_name = $.cookie(NAME_COOKIE);if(prev_name) {$('#id_name').attr("value", prev_name);} var prev_email = $.cookie(EMAIL_COOKIE);if(prev_email) {$('#id_email').attr("value", prev_email);} //show either the accept or the submitif($.cookie("comment_ok") == null){$('#comment-accept').css("display", "none");$('#comment-submit').css("display", "");}$('#article-comments').css("display", ""); //show the comments section$.cookie("comment_ok", null, { path: '/cars-trucks/daily-news/100902-Chevrolet-Volt-Granted-California-HOV-Access-in-2012/' }); //clear the cookie $('#submit-button').click(function() {$('#submit-button').attr('disabled', 'disabled')$.cookie(NAME_COOKIE, $('#id_name').attr("value"), { path: '/', expires: 90 });$.cookie(EMAIL_COOKIE, $('#id_email').attr("value"), { path: '/', expires: 90 });$('#comment-form').submit();});}); </script>
<div id="comment-accept">
<h2>Comment Submitted</h2>
<p>Thanks for your contributing! Your comment has been submitted and will appear shortly.</p>
<p>Post another comment</p>
</div>
<div id="comment-submit" style="display:none;">
<h2>Post a Comment</h2>
<form id="comment-form" method="post" action="/cars-trucks/daily-news/100902-Chevrolet-Volt-Granted-California-HOV-Access-in-2012/">
<input type="hidden" name="cid" value="60addc7817a92ba3507333afb92a75a8381935e5" />
<div id="post-name" class="form-field"><label >Name:</label><br />
<input type="text" name="name" id="id_name" /></div>
<div id="post-email" class="form-field"><label >Email:</label><br />
<input type="text" name="email" id="id_email" /></div>
<div id="post-comment" class="form-field"><label >Comment:</label><textarea id="id_thetext" rows="10" cols="40" name="thetext"></textarea></div>
<div id="post-verification" class="form-field"><label >Verification:</label><img id="captcha-img" src="/cars-trucks/captcha/60addc7817a92ba3507333afb92a75a8381935e5"/><br />
<input type="text" name="captcha" id="id_captcha" /><span>Type the text from the image above</span></div>
<input type="submit" value="Submit" id="submit-button" />
<input type="reset" /></form>
</div>
</div>
<div id="article-comments-foot"></div>
</div>
<div id="sidebar">
<div class="widget list-promo related-news">
<h4>Related News&#8230;</h4>
<div class="widget-body">
<ul>
<li>Hybrids to Feature Sci-Fi Sound FX</li>
<li>Want A Volt Bad? Bad Enough To Pay $20k More?</li>
<li>GM Adds Nearly 7,000 Jobs</li>
<li>Honda to Introduce Plug-in Hybrid and Electric Vehicle by 2012</li>
<li>Nissan Leaf Will Make Whirring Noise</li>
</ul>
</div>
</div>
<div class="widget custom-promo">
<h4>Car Deals: September 2010</h4>
<div class="widget-body">
<p class="deals-widget">We&#8217;ve compiled a list of the best car deals currently available in the U.S.</p>
<div class="deals-widget">
<ul id="deal-types">
<li id="new-deals" class="deals-btn"></li>
<li id="lease-deals" class="deals-btn"></li>
<li id="used-deals" class="deals-btn"></li>
</ul>
</div>
<h5>Deals by Manufacturer:</h5>
<ul id="deal-manufacturer">
<li>Chevy Deals</li>
<li>Chrysler Deals</li>
<li>Ford Deals</li>
<li>Honda Deals</li>
<li>Infiniti Deals</li>
<li>Jeep Deals</li>
<li>Lexus Deals</li>
<li>Nissan Deals</li>
<li>Toyota Deals</li>
</ul>
<div class="clearleft" style="font-size: 1px;"></div>
</div>
</div>
<div id="doubleclickTile2" style="display:none;" class="ad_right ad">
<p id="doubleclickTileLabel2Label" class="ad-label">advertisement</p>
<p><script type="text/javascript">renderDoubleClickDynamic(2, adParameters, cobrandTag);</script><script type="text/javascript">adValidator("doubleclickTile2");</script></div>
<style type="text/css">div.list-promo.news-topics li{background-image: none;padding-left: 0px;margin-bottom: 5px;margin-top: 5px;}div.list-promo.news-topics li a{font-weight: bold;}div.list-promo.news-topics li span {font-size: 85%;}</style>
<div class="widget list-promo news-topics">
<h4>News Topics</h4>
<div class="widget-body">
<ul>
<li>Latest Auto News: <span>Breaking car news about the cars and trucks you drive</span></li>
<li>Green Driving: <span>Hybrids, Electrics, Hydrogen Cars, and other news about efforts to green-up the industry that brought you smog</span></li>
<li>Car Culture: <span>Oddities, trivia and pop culture car news</span></li>
<li>Auto Industry: <span>Current business news from the automotive sector</span></li>
<li>Tech: <span>In-car entertainment, nav systems, and other high-tech car gadgets of today and tomorrow</span></li>
<li>Tips and Advice: <span>Saving money, saving gas, saving your sanity when car shopping</span></li>
<li>Auto Shows: <span>The automakers show off future products and wild ideas</span></li>
</ul>
</div>
</div>
<div class="widget">
<h4>Get car news!</h4>
<div class="widget-body">
<p style="padding-bottom: 8px;">Be sure to follow us or add our daily car news to your home page. We&#8217;ll keep you up-to-date with the latest automotive headlines.</p>
<div class="clearleft"></div>
</div>
</div>
</div>
<div style="clear:both;"></div>
<div id="foot-content"></div>
</div>
<div id="footer">
<ul id="foot-nav">
<li class="first">About Us</li>
<li>How We Do Our Rankings</li>
<li>Contact Us</li>
<li>Site Map</li>
<li>U.S. News Home</li>
<li>U.S. News Travel Guides + Rankings</li>
</ul>
<div id="copy-legal">Use of this Web site constitutes acceptance of our Terms and Conditions of Use and Privacy Policy. Copyright 2007-2010 &copy; U.S. News Rankings &amp; Reviews</div>
</div>
<p><script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript"> function web_tracking(tracking_url) { var pageTracker = _gat._getTracker("UA-1727688-8");pageTracker._initData(); if (tracking_url == undefined)pageTracker._trackPageview();elsepageTracker._trackPageview(tracking_url); } web_tracking(); </script><!-- for jumpstart --><script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-11570513-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga); })();</script><!-- for crazy egg 1.0 --><script type="text/javascript" src="http://cetrk.com/pages/scripts/0007/0897.js"></script><!-- for crazy egg 2.0 --><script type="text/javascript" src="http://s3.amazonaws.com/new.cetrk.com/pages/scripts/0007/0897.js"></script><!-- Begin comScore Tag --><script type="text/javascript">document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js' %3E%3C/script%3E"));</script><script type="text/javascript">COMSCORE.beacon({ c1:2, c2:7548912, c3:"", c4:"", c5:"", c6:"", c15:"" });</script><noscript>
<div><img src="http://b.scorecardresearch.com/p?c1=2&amp;c2=7548912&amp;c3=&amp;c4=&amp;c5=&amp;c6=&amp;c15=&amp;cj=1" alt="comScore"/></div>
<p></noscript><!-- End comScore Tag --><script type="text/javascript">// your parametersvar tmParam = new Array();// our parametersvar tmPageId = 1; // base container idvar tmBaseUrl = "http://pfna.levexis.com/jumpstart/tman.cgi"; // tagman locationvar tmAddJs = 1; // enable javascript tags</script><script type="text/javascript" src="http://res.levexis.com/clientfiles/tmap/jumpstart.js"></script><script type="text/javascript" src="http://pfna.levexis.com/js/tman_iframe.js"></script></body></html></p>
]]></content:encoded>
			<wfw:commentRss>http://www.japanautostore.com/chevrolet-volt-granted-california-hov-access-in-2012/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chevrolet Asks Dealers to Buy Cruze Rivals</title>
		<link>http://www.japanautostore.com/chevrolet-asks-dealers-to-buy-cruze-rivals</link>
		<comments>http://www.japanautostore.com/chevrolet-asks-dealers-to-buy-cruze-rivals#comments</comments>
		<pubDate>Thu, 02 Sep 2010 20:02:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Daily Auto News]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Considering the 2011 Chevrolet Cruze as your next new car? Be prepared to test drive the competition &#8212; General Motors is asking 3,000 dealers to buy its rivals and allow shoppers to sit behind the wheel, back-to-back. Chevrolet Product Marketing Director, Margaret Brooks, says the company is &#8220;encouraging its dealers to buy the Toyota Corolla [...]]]></description>
			<content:encoded><![CDATA[<div class="article-image " style="border: 0px;"><img src="http://static.usnews.rankingsandreviews.com/images/article/201009/123176/2011-chevy-cruz-exterior_medium.jpg" alt="" /></div>
<p>Considering the 2011 Chevrolet Cruze as your next new car? Be prepared to test drive the competition &#8212; General Motors is asking 3,000 dealers to buy its rivals and allow shoppers to sit behind the wheel, back-to-back.</p>
<p><span id="more-5009"></span>
<p>Chevrolet Product Marketing Director, Margaret Brooks, says the company is &ldquo;encouraging its dealers to buy the Toyota Corolla and the Honda Civic so prospective Cruze buyers can immediately measure the difference between its segment rivals,&rdquo; reports egmCarTech.</p>
<p>Although Businessweek seems skeptical about the Cruze, writing &ldquo;will consumers, who are accustomed to shopping Chevy for a low-price compact, pay up for the $17,000 Cruze? The outgoing Cobalt sold for $1,300 less,&rdquo; Chevrolet remains positive. Chevy says the all-new Cruze has more content and provides solid value.</p>
<p>The Detroit News spoke to Aaron Bragman, an IHS Global Insight automotive analyst, who points out that the Cruze&rsquo;s nearest competitors, the Honda Civic and Toyota Corolla, haven&rsquo;t had major updates in several years. This could give the 2011 Cruze a leg up on its hottest rivals.</p>
<p>If you&#8217;re in the market for a new or used car, check out the U.S. News rankings of this year&#8217;s best cars as well as this month&#8217;s best car deals. </p>
</div>
<div>
<div id="buzz" style="float:left"><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype="large-votes"></script>
<p id="please-buzz">Find this story interesting? If so, please click &#8220;Buzz up&#8221; to let us know.</p>
</div>
<div id="digg" style="float:right"><script type="text/javascript">digg_skin = 'compact';</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<div style="clear:both"></div>
</div>
<div id="article-comments-head"></div>
<div id="article-comments" style="display: none"><script type="text/javascript">function flagit(comment_id, comment_type, comment_typeid ){ var data = {action: "flag",comment_id: comment_id, comment_type: comment_type,comment_typeid: comment_typeid}$.post('/cars-trucks/daily-news/100902-Chevrolet-Asks-Dealers-to-Buy-Cruze-Rivals/', data, function(){alert('Comment has been flagged for review.\nThanks for your help.')})} $(document).ready(function(){var NAME_COOKIE = 'name_cookie';var EMAIL_COOKIE = 'email_cookie'; var prev_name = $.cookie(NAME_COOKIE);if(prev_name) {$('#id_name').attr("value", prev_name);} var prev_email = $.cookie(EMAIL_COOKIE);if(prev_email) {$('#id_email').attr("value", prev_email);} //show either the accept or the submitif($.cookie("comment_ok") == null){$('#comment-accept').css("display", "none");$('#comment-submit').css("display", "");}$('#article-comments').css("display", ""); //show the comments section$.cookie("comment_ok", null, { path: '/cars-trucks/daily-news/100902-Chevrolet-Asks-Dealers-to-Buy-Cruze-Rivals/' }); //clear the cookie $('#submit-button').click(function() {$('#submit-button').attr('disabled', 'disabled')$.cookie(NAME_COOKIE, $('#id_name').attr("value"), { path: '/', expires: 90 });$.cookie(EMAIL_COOKIE, $('#id_email').attr("value"), { path: '/', expires: 90 });$('#comment-form').submit();});}); </script>
<div id="comment-accept">
<h2>Comment Submitted</h2>
<p>Thanks for your contributing! Your comment has been submitted and will appear shortly.</p>
<p>Post another comment</p>
</div>
<div id="comment-submit" style="display:none;">
<h2>Post a Comment</h2>
<form id="comment-form" method="post" action="/cars-trucks/daily-news/100902-Chevrolet-Asks-Dealers-to-Buy-Cruze-Rivals/">
<input type="hidden" name="cid" value="47e3682c52ce30d0075a71ce875f23e0819b4064" />
<div id="post-name" class="form-field"><label >Name:</label><br />
<input type="text" name="name" id="id_name" /></div>
<div id="post-email" class="form-field"><label >Email:</label><br />
<input type="text" name="email" id="id_email" /></div>
<div id="post-comment" class="form-field"><label >Comment:</label><textarea id="id_thetext" rows="10" cols="40" name="thetext"></textarea></div>
<div id="post-verification" class="form-field"><label >Verification:</label><img id="captcha-img" src="/cars-trucks/captcha/47e3682c52ce30d0075a71ce875f23e0819b4064"/><br />
<input type="text" name="captcha" id="id_captcha" /><span>Type the text from the image above</span></div>
<input type="submit" value="Submit" id="submit-button" />
<input type="reset" /></form>
</div>
</div>
<div id="article-comments-foot"></div>
</div>
<div id="sidebar">
<div class="widget list-promo related-news">
<h4>Related News&#8230;</h4>
<div class="widget-body">
<ul>
<li>Recall Alert: 2005-2008 Toyota Corolla/Matrix</li>
<li>NHTSA Heightens Investigation into Stalling Toyotas</li>
<li>GM Adds Nearly 7,000 Jobs</li>
<li>Toyota Attempts to Sidestep Corolla and Matrix Recall</li>
<li>Audi Concept Features 62 Audio Speakers</li>
</ul>
</div>
</div>
<div class="widget custom-promo">
<h4>Car Deals: September 2010</h4>
<div class="widget-body">
<p class="deals-widget">We&#8217;ve compiled a list of the best car deals currently available in the U.S.</p>
<div class="deals-widget">
<ul id="deal-types">
<li id="new-deals" class="deals-btn"></li>
<li id="lease-deals" class="deals-btn"></li>
<li id="used-deals" class="deals-btn"></li>
</ul>
</div>
<h5>Deals by Manufacturer:</h5>
<ul id="deal-manufacturer">
<li>Chevy Deals</li>
<li>Chrysler Deals</li>
<li>Ford Deals</li>
<li>Honda Deals</li>
<li>Infiniti Deals</li>
<li>Jeep Deals</li>
<li>Lexus Deals</li>
<li>Nissan Deals</li>
<li>Toyota Deals</li>
</ul>
<div class="clearleft" style="font-size: 1px;"></div>
</div>
</div>
<div id="doubleclickTile2" style="display:none;" class="ad_right ad">
<p id="doubleclickTileLabel2Label" class="ad-label">advertisement</p>
<p><script type="text/javascript">renderDoubleClickDynamic(2, adParameters, cobrandTag);</script><script type="text/javascript">adValidator("doubleclickTile2");</script></div>
<style type="text/css">div.list-promo.news-topics li{background-image: none;padding-left: 0px;margin-bottom: 5px;margin-top: 5px;}div.list-promo.news-topics li a{font-weight: bold;}div.list-promo.news-topics li span {font-size: 85%;}</style>
<div class="widget list-promo news-topics">
<h4>News Topics</h4>
<div class="widget-body">
<ul>
<li>Latest Auto News: <span>Breaking car news about the cars and trucks you drive</span></li>
<li>Green Driving: <span>Hybrids, Electrics, Hydrogen Cars, and other news about efforts to green-up the industry that brought you smog</span></li>
<li>Car Culture: <span>Oddities, trivia and pop culture car news</span></li>
<li>Auto Industry: <span>Current business news from the automotive sector</span></li>
<li>Tech: <span>In-car entertainment, nav systems, and other high-tech car gadgets of today and tomorrow</span></li>
<li>Tips and Advice: <span>Saving money, saving gas, saving your sanity when car shopping</span></li>
<li>Auto Shows: <span>The automakers show off future products and wild ideas</span></li>
</ul>
</div>
</div>
<div class="widget">
<h4>Get car news!</h4>
<div class="widget-body">
<p style="padding-bottom: 8px;">Be sure to follow us or add our daily car news to your home page. We&#8217;ll keep you up-to-date with the latest automotive headlines.</p>
<div class="clearleft"></div>
</div>
</div>
</div>
<div style="clear:both;"></div>
<div id="foot-content"></div>
</div>
<div id="footer">
<ul id="foot-nav">
<li class="first">About Us</li>
<li>How We Do Our Rankings</li>
<li>Contact Us</li>
<li>Site Map</li>
<li>U.S. News Home</li>
<li>U.S. News Travel Guides + Rankings</li>
</ul>
<div id="copy-legal">Use of this Web site constitutes acceptance of our Terms and Conditions of Use and Privacy Policy. Copyright 2007-2010 &copy; U.S. News Rankings &amp; Reviews</div>
</div>
<p><script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript"> function web_tracking(tracking_url) { var pageTracker = _gat._getTracker("UA-1727688-8");pageTracker._initData(); if (tracking_url == undefined)pageTracker._trackPageview();elsepageTracker._trackPageview(tracking_url); } web_tracking(); </script><!-- for jumpstart --><script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-11570513-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga); })();</script><!-- for crazy egg 1.0 --><script type="text/javascript" src="http://cetrk.com/pages/scripts/0007/0897.js"></script><!-- for crazy egg 2.0 --><script type="text/javascript" src="http://s3.amazonaws.com/new.cetrk.com/pages/scripts/0007/0897.js"></script><!-- Begin comScore Tag --><script type="text/javascript">document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js' %3E%3C/script%3E"));</script><script type="text/javascript">COMSCORE.beacon({ c1:2, c2:7548912, c3:"", c4:"", c5:"", c6:"", c15:"" });</script><noscript>
<div><img src="http://b.scorecardresearch.com/p?c1=2&amp;c2=7548912&amp;c3=&amp;c4=&amp;c5=&amp;c6=&amp;c15=&amp;cj=1" alt="comScore"/></div>
<p></noscript><!-- End comScore Tag --><script type="text/javascript">// your parametersvar tmParam = new Array();// our parametersvar tmPageId = 1; // base container idvar tmBaseUrl = "http://pfna.levexis.com/jumpstart/tman.cgi"; // tagman locationvar tmAddJs = 1; // enable javascript tags</script><script type="text/javascript" src="http://res.levexis.com/clientfiles/tmap/jumpstart.js"></script><script type="text/javascript" src="http://pfna.levexis.com/js/tman_iframe.js"></script></body></html></p>
]]></content:encoded>
			<wfw:commentRss>http://www.japanautostore.com/chevrolet-asks-dealers-to-buy-cruze-rivals/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ford Introduces Explorer-based Police Car</title>
		<link>http://www.japanautostore.com/ford-introduces-explorer-based-police-car</link>
		<comments>http://www.japanautostore.com/ford-introduces-explorer-based-police-car#comments</comments>
		<pubDate>Thu, 02 Sep 2010 20:02:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Daily Auto News]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If you thought Ford was going to let Dodge have all of the fun with sirens and flashing lights, think again. Instead of using a sedan packed with a ton of horsepower, Ford has changed its focus for the police car. The all-new Ford Explorer joins the Taurus in its police vehicle line up. Although [...]]]></description>
			<content:encoded><![CDATA[<div class="article-image " style="border: 0px;"><img src="http://static.usnews.rankingsandreviews.com/images/article/201009/123175/2011-Ford-Interceptor-Utlty_01_medium.jpg" alt="" /></div>
<p>If you thought Ford was going to let Dodge have all of the fun with sirens and flashing lights, think again. Instead of using a sedan packed with a ton of horsepower, Ford has changed its focus for the police car. The all-new Ford Explorer joins the Taurus in its police vehicle line up.</p>
<p><span id="more-5008"></span>
<p>Although the Police Interceptor Utility looks like an Explorer with fancy paint and some bright lights, Automobile says that it is a big deal because &ldquo;it emphasizes police officer safety over police fleet cost.&rdquo;</p>
<p>The modified Explorer is being planned as a utility-focused police vehicle that provides better safety and versatility for officers. MSN Autos cites several examples of the Explorer&rsquo;s purpose-built interior that features &ldquo;an upgraded version of Ford&rsquo;s Sync connectivity technology, a nine-inch center console and antistab plates [in the front seat backrests].&rdquo; Additionally, the police-specific Explorer will be outfitted with ballistic panels and a heavy-duty braking system.</p>
<p>What&rsquo;s more, Autoblog reports that Ford has reworked some interior functions to better suit officers. For example, &ldquo;The steering wheel buttons&hellip;are remappable and can be programmed to operate a host of auxiliary functions (lights, sirens, etc.) What&rsquo;s more, Ford&rsquo;s SYNC system is on hand and can be used to voice-activate the different police communication and audio equipment.&rdquo;</p>
<p>Expect the Police Interceptor Utility on the road in 2012, at the earliest.</p>
<p>If you&#8217;re in the market for a new or used car, check out the U.S. News rankings of this year&#8217;s best cars as well as this month&#8217;s best car deals. </p>
</div>
<div>
<div id="buzz" style="float:left"><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype="large-votes"></script>
<p id="please-buzz">Find this story interesting? If so, please click &#8220;Buzz up&#8221; to let us know.</p>
</div>
<div id="digg" style="float:right"><script type="text/javascript">digg_skin = 'compact';</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<div style="clear:both"></div>
</div>
<div id="article-comments-head"></div>
<div id="article-comments" style="display: none"><script type="text/javascript">function flagit(comment_id, comment_type, comment_typeid ){ var data = {action: "flag",comment_id: comment_id, comment_type: comment_type,comment_typeid: comment_typeid}$.post('/cars-trucks/daily-news/100902-Ford-Introduces-Explorer-based-Police-Car/', data, function(){alert('Comment has been flagged for review.\nThanks for your help.')})} $(document).ready(function(){var NAME_COOKIE = 'name_cookie';var EMAIL_COOKIE = 'email_cookie'; var prev_name = $.cookie(NAME_COOKIE);if(prev_name) {$('#id_name').attr("value", prev_name);} var prev_email = $.cookie(EMAIL_COOKIE);if(prev_email) {$('#id_email').attr("value", prev_email);} //show either the accept or the submitif($.cookie("comment_ok") == null){$('#comment-accept').css("display", "none");$('#comment-submit').css("display", "");}$('#article-comments').css("display", ""); //show the comments section$.cookie("comment_ok", null, { path: '/cars-trucks/daily-news/100902-Ford-Introduces-Explorer-based-Police-Car/' }); //clear the cookie $('#submit-button').click(function() {$('#submit-button').attr('disabled', 'disabled')$.cookie(NAME_COOKIE, $('#id_name').attr("value"), { path: '/', expires: 90 });$.cookie(EMAIL_COOKIE, $('#id_email').attr("value"), { path: '/', expires: 90 });$('#comment-form').submit();});}); </script>
<div id="comment-accept">
<h2>Comment Submitted</h2>
<p>Thanks for your contributing! Your comment has been submitted and will appear shortly.</p>
<p>Post another comment</p>
</div>
<div id="comment-submit" style="display:none;">
<h2>Post a Comment</h2>
<form id="comment-form" method="post" action="/cars-trucks/daily-news/100902-Ford-Introduces-Explorer-based-Police-Car/">
<input type="hidden" name="cid" value="72073e0cee51f596644c6897dbdf849580ca3b2a" />
<div id="post-name" class="form-field"><label >Name:</label><br />
<input type="text" name="name" id="id_name" /></div>
<div id="post-email" class="form-field"><label >Email:</label><br />
<input type="text" name="email" id="id_email" /></div>
<div id="post-comment" class="form-field"><label >Comment:</label><textarea id="id_thetext" rows="10" cols="40" name="thetext"></textarea></div>
<div id="post-verification" class="form-field"><label >Verification:</label><img id="captcha-img" src="/cars-trucks/captcha/72073e0cee51f596644c6897dbdf849580ca3b2a"/><br />
<input type="text" name="captcha" id="id_captcha" /><span>Type the text from the image above</span></div>
<input type="submit" value="Submit" id="submit-button" />
<input type="reset" /></form>
</div>
</div>
<div id="article-comments-foot"></div>
</div>
<div id="sidebar">
<div class="widget list-promo related-news">
<h4>Related News&#8230;</h4>
<div class="widget-body">
<ul>
<li>NHTSA Investigates Stalling Engines in 2009 VW Jetta TDI Models</li>
<li>2011 Buick Regal Named IIHS Top Safety Pick</li>
<li>Will Your Car Earn a Decent Grade?</li>
<li>Recall Alert: 1998-2003 Ford Windstar</li>
<li>Electric Cars: More Expensive to Own than Gasoline Models?</li>
</ul>
</div>
</div>
<div class="widget custom-promo">
<h4>Car Deals: September 2010</h4>
<div class="widget-body">
<p class="deals-widget">We&#8217;ve compiled a list of the best car deals currently available in the U.S.</p>
<div class="deals-widget">
<ul id="deal-types">
<li id="new-deals" class="deals-btn"></li>
<li id="lease-deals" class="deals-btn"></li>
<li id="used-deals" class="deals-btn"></li>
</ul>
</div>
<h5>Deals by Manufacturer:</h5>
<ul id="deal-manufacturer">
<li>Chevy Deals</li>
<li>Chrysler Deals</li>
<li>Ford Deals</li>
<li>Honda Deals</li>
<li>Infiniti Deals</li>
<li>Jeep Deals</li>
<li>Lexus Deals</li>
<li>Nissan Deals</li>
<li>Toyota Deals</li>
</ul>
<div class="clearleft" style="font-size: 1px;"></div>
</div>
</div>
<div id="doubleclickTile2" style="display:none;" class="ad_right ad">
<p id="doubleclickTileLabel2Label" class="ad-label">advertisement</p>
<p><script type="text/javascript">renderDoubleClickDynamic(2, adParameters, cobrandTag);</script><script type="text/javascript">adValidator("doubleclickTile2");</script></div>
<style type="text/css">div.list-promo.news-topics li{background-image: none;padding-left: 0px;margin-bottom: 5px;margin-top: 5px;}div.list-promo.news-topics li a{font-weight: bold;}div.list-promo.news-topics li span {font-size: 85%;}</style>
<div class="widget list-promo news-topics">
<h4>News Topics</h4>
<div class="widget-body">
<ul>
<li>Latest Auto News: <span>Breaking car news about the cars and trucks you drive</span></li>
<li>Green Driving: <span>Hybrids, Electrics, Hydrogen Cars, and other news about efforts to green-up the industry that brought you smog</span></li>
<li>Car Culture: <span>Oddities, trivia and pop culture car news</span></li>
<li>Auto Industry: <span>Current business news from the automotive sector</span></li>
<li>Tech: <span>In-car entertainment, nav systems, and other high-tech car gadgets of today and tomorrow</span></li>
<li>Tips and Advice: <span>Saving money, saving gas, saving your sanity when car shopping</span></li>
<li>Auto Shows: <span>The automakers show off future products and wild ideas</span></li>
</ul>
</div>
</div>
<div class="widget">
<h4>Get car news!</h4>
<div class="widget-body">
<p style="padding-bottom: 8px;">Be sure to follow us or add our daily car news to your home page. We&#8217;ll keep you up-to-date with the latest automotive headlines.</p>
<div class="clearleft"></div>
</div>
</div>
</div>
<div style="clear:both;"></div>
<div id="foot-content"></div>
</div>
<div id="footer">
<ul id="foot-nav">
<li class="first">About Us</li>
<li>How We Do Our Rankings</li>
<li>Contact Us</li>
<li>Site Map</li>
<li>U.S. News Home</li>
<li>U.S. News Travel Guides + Rankings</li>
</ul>
<div id="copy-legal">Use of this Web site constitutes acceptance of our Terms and Conditions of Use and Privacy Policy. Copyright 2007-2010 &copy; U.S. News Rankings &amp; Reviews</div>
</div>
<p><script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript"> function web_tracking(tracking_url) { var pageTracker = _gat._getTracker("UA-1727688-8");pageTracker._initData(); if (tracking_url == undefined)pageTracker._trackPageview();elsepageTracker._trackPageview(tracking_url); } web_tracking(); </script><!-- for jumpstart --><script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-11570513-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga); })();</script><!-- for crazy egg 1.0 --><script type="text/javascript" src="http://cetrk.com/pages/scripts/0007/0897.js"></script><!-- for crazy egg 2.0 --><script type="text/javascript" src="http://s3.amazonaws.com/new.cetrk.com/pages/scripts/0007/0897.js"></script><!-- Begin comScore Tag --><script type="text/javascript">document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js' %3E%3C/script%3E"));</script><script type="text/javascript">COMSCORE.beacon({ c1:2, c2:7548912, c3:"", c4:"", c5:"", c6:"", c15:"" });</script><noscript>
<div><img src="http://b.scorecardresearch.com/p?c1=2&amp;c2=7548912&amp;c3=&amp;c4=&amp;c5=&amp;c6=&amp;c15=&amp;cj=1" alt="comScore"/></div>
<p></noscript><!-- End comScore Tag --><script type="text/javascript">// your parametersvar tmParam = new Array();// our parametersvar tmPageId = 1; // base container idvar tmBaseUrl = "http://pfna.levexis.com/jumpstart/tman.cgi"; // tagman locationvar tmAddJs = 1; // enable javascript tags</script><script type="text/javascript" src="http://res.levexis.com/clientfiles/tmap/jumpstart.js"></script><script type="text/javascript" src="http://pfna.levexis.com/js/tman_iframe.js"></script></body></html></p>
]]></content:encoded>
			<wfw:commentRss>http://www.japanautostore.com/ford-introduces-explorer-based-police-car/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citroen C4 Estate spied</title>
		<link>http://www.japanautostore.com/citroen-c4-estate-spied</link>
		<comments>http://www.japanautostore.com/citroen-c4-estate-spied#comments</comments>
		<pubDate>Thu, 02 Sep 2010 18:11:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Daily Auto News]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Citroen C4 Estate spied Practical C4 wagon to join new C4, DS4 and facelifted C4 Picasso range.Citroen has loaded up the C4 Estate! The French firm will pull the wraps off its all-new Ford Focus-rivalling C4, stylish DS4 and facelifted C4 Picasso range at the Paris Motor Show. But that hasn&#8217;t stopped bosses giving the [...]]]></description>
			<content:encoded><![CDATA[<p><span class="resimler"><img class="resim" src="/car-picture/citroen-c4-estate-spied-5.jpg"><br /><img class="resim" src="/car-picture/citroen-c4-estate-spied-4.jpg"><br /><img class="resim" src="/car-picture/citroen-c4-estate-spied-3.jpg"><br /><img class="resim" src="/car-picture/citroen-c4-estate-spied-2.jpg"><br /><img class="resim" src="/car-picture/citroen-c4-estate-spied-1.jpg"></p>
<p></span> Citroen C4 Estate spied Practical C4 wagon to join new C4, DS4 and facelifted C4 Picasso range.<br /><span id="more-5007"></span>Citroen has loaded up the <strong>C4</strong> Estate! The French firm will pull the wraps off its all-new Ford <strong>Focus</strong>-rivalling C4, stylish DS4 and facelifted C4 <strong>Picasso</strong> range at the Paris Motor Show. But that hasn&rsquo;t stopped bosses giving the green light to a practical estate version of the C4 too.</p>
<p>Our spies captured the first pictures of the practical addition to the range hot weather testing in a very comprehensive disguise. However, expect the estate to feature the same handsome new look as the regular C4 hatchback from the bottom of the windscreen forwards.</p>
<p>From there back, the estate gains a gently curving roofline to give a more dynamic appearance, and a short rear overhang to reduce the car&rsquo;s bulk. However, despite the design flair, boot space is expected to be around 500-litres, to compete against the 482-litres offered by the Ford Focus Estate, and 505-litres of the VW Golf Estate. </p>
<p>The engine range is carried over from the C4 range, including 1.6-litre petrol and diesel units, and a range-topping 2.0-litre diesel. The 1.6-litre diesel HDi unit will be offered with the firm&rsquo;s new e-HDi stop start system and regenerative alternator, which cuts carbon dioxide emissions to around 110g/km for the Estate.</p>
<p>Expect the latest addition to the C4 range to make its debut next year, most likely at the <strong>Geneva Motor Show</strong> in March, before going on sale in the summer.<br /><br type="_moz" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.japanautostore.com/citroen-c4-estate-spied/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Next Picanto pictures</title>
		<link>http://www.japanautostore.com/next-picanto-pictures</link>
		<comments>http://www.japanautostore.com/next-picanto-pictures#comments</comments>
		<pubDate>Thu, 02 Sep 2010 18:11:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Daily Auto News]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Next Picanto pictures Kia&#8217;s new supermini spied testing ahead of 2011 Geneva Motor Show debut.Kia&#8217;s hoping its new supermini is the Pic of the bunch! Our spy photographer caught this mule on test near the firm&#8217;s European R&#38;D headquarters in Russelsheim, Germany, undergoing testing ahead of its launch next year. And while the Picanto is [...]]]></description>
			<content:encoded><![CDATA[<p><span class="resimler"><img class="resim" src="/car-picture/next-picanto-pictures-5.jpg"><br /><img class="resim" src="/car-picture/next-picanto-pictures-4.jpg"><br /><img class="resim" src="/car-picture/next-picanto-pictures-3.jpg"><br /><img class="resim" src="/car-picture/next-picanto-pictures-2.jpg"><br /><img class="resim" src="/car-picture/next-picanto-pictures-1.jpg"></p>
<p></span> Next Picanto pictures Kia&#8217;s new supermini spied testing ahead of 2011 Geneva Motor Show debut.<br /><span id="more-5006"></span>Kia&rsquo;s hoping its new supermini is the Pic of the bunch! Our spy photographer caught this mule on test near the firm&rsquo;s European R&amp;D headquarters in Russelsheim, Germany, undergoing testing ahead of its launch next year.</p>
<p>And while the Picanto is wearing a substantial disguise, the newcomer&rsquo;s proportions are notably similar to the car it replaces. But the all-new car&rsquo;s boxy shape has been given a serious injection of style by design boss Peter Schreyer and his team.</p>
<p>At the front, swept back headlights and the familiar tiger&rsquo;s snout chrome grille are visible, while the current car&rsquo;s kinked shoulderline is replaced with a steeply rising one, giving the Picanto a more sporty profile. </p>
<p>The car pictured here has five doors, and is likely to be offered in that bodystyle at launch, but Kia is currently evaluating whether to build an even cheaper three-door version.</p>
<p>Expect the Picanto to feature a similarly impressive interior, with a practical yet stylish design that echoes the recently-launched Sportage. And just like the SUV, which majors on value for money, the Picanto will be packed with kit like air conditioning, electric windows and an MP3-compatible stereo. Â </p>
<p>Under the bonnet, the Kia will get the same all-new 1.0-litre petrol engine that emits 99g/km of carbon dioxide, which will debut at Paris in the 2011 model year Hyundai i10. The Picanto uses the same platform as its Hyundai sister car.</p>
<p>The new Picanto will make its global debut at the <strong>Geneva Motor Show</strong> next March. Prices are likely to remain highly competitive, with entry-level versions costing around &pound;7,000 when it go on sale in the UK early next summer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.japanautostore.com/next-picanto-pictures/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subaru WRX CoupÃ© spied</title>
		<link>http://www.japanautostore.com/subaru-wrx-coup-spied</link>
		<comments>http://www.japanautostore.com/subaru-wrx-coup-spied#comments</comments>
		<pubDate>Thu, 02 Sep 2010 17:04:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Daily Auto News]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Subaru WRX CoupÃ© spied Spy shots reveal best look yet at exciting new Toyota-Subaru coupÃ© ventureSubaru&#8217;s WRX coup&#233; is go &#8211; and these are the pictures that prove it! The new car is a joint project with Toyota and was previewed by the FT-86 concept car which debuted at the Tokyo Motor Show in 2009. [...]]]></description>
			<content:encoded><![CDATA[<p><span class="resimler"><img class="resim" src="/car-picture/subaru-wrx-coup-spied-5.jpg"><br /><img class="resim" src="/car-picture/subaru-wrx-coup-spied-4.jpg"><br /><img class="resim" src="/car-picture/subaru-wrx-coup-spied-3.jpg"><br /><img class="resim" src="/car-picture/subaru-wrx-coup-spied-2.jpg"><br /><img class="resim" src="/car-picture/subaru-wrx-coup-spied-1.jpg"></p>
<p></span> Subaru WRX CoupÃ© spied Spy shots reveal best look yet at exciting new Toyota-Subaru coupÃ© venture<br /><span id="more-5005"></span>Subaru&rsquo;s WRX coup&eacute; is go &ndash; and these are the pictures that prove it!</p>
<p>The new car is a joint project with Toyota and was previewed by the FT-86 concept car which debuted at the Tokyo Motor Show in 2009. </p>
<p>Both Toyota and Subaru branded models are expected to be launched late in 2011, but the front lights and bonnet-scoop on this mule signal it out as the latter. </p>
<p>Unlike the Toyota badged car &ndash; which will be rear-wheel drive only &ndash; the Subaru will come equipped with a four-wheel drive system that runs a rear-wheel drive bias.Â  Like the Impreza, the newcomer will be offered with a 2.0-litre flat-four cylinder boxer engine. That means power should stand at around 200bhp, allowing for a 0-62mph of just under seven seconds.</p>
<p>Engineers have worked hard to ensure the motor meets the latest emissions regulations, and although it&rsquo;s unlikely to be frugal &ndash; the Impreza&rsquo;s boxer is infamously thirsty &ndash; the newcomer should return around 35mpg.</p>
<p>Yet while the Subaru Legacy donates its chassis, not much of the basic architecture will be retained in the new model. The springs, dampers, brakes and steering will all be uprated, to ensure the newest Subaru is every inch the rear-driven sports car. The production version is set to cost at least &pound;22,000 when it arrives.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.japanautostore.com/subaru-wrx-coup-spied/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
