
Scott Olson/Getty Images
Ford's Explorer and Taurus vehicles, both pictured, scored high in?National Highway Safety Administration safety ratings.
The best policy to follow on the road is ?don?t hit stuff,? but if you do, your chances of walking away unharmed increase if you?re driving a Taurus, Explorer or Lincoln MKS, according to a new published report by the National Highway Safety Administration, or NHSA.
These vehicles scored 5 stars, or ?best,? for performance in front and side-impact crashes. They?re also less likely to roll over in a wreck and offer several active and passive restraint technologies and driver assist features to keep you from crashing in the first place, including better-designed stability systems and ABS brakes.
The equipment is getting ?smarter,? too, with dual-stage driver and front passenger airbags that deploy at high or low output based on occupant size, seat position and safety belt status, and the force of the bag?s inflation is adjusted based on the severity of the crash. The Explorer also boasts Ford's first passenger-side knee airbag ? a boon especially for big and tall drivers.
Ford and Lincoln?s #1 ranking is good news for them, but other automakers on NHSA?s list didn?t fare as well. For the test administered on Lexus? IS, for example, the vehicle?s A-pillar bent and the footwell collapsed in a test crash as the left front wheel and tire were forced into the cockpit, trapping the crash test dummy?s left foot in the intruding structure and the right foot ending up wedging beneath the brake pedal ? ouch.
Mercedes C-class also ended up wedging the dummy?s right foot beneath the brake pedal as the left front wheel was sent rearward during their crash tests. Volkswagen?s CC saw the driver?s door sheared off during one of the tests ? a first in the history of the institute. The door loss resulted in an immediate automatic downgrade to ?poor? for the CC because doors aren?t even supposed to open during a crash, let alone fly off their hinges. Audi?s A4?s doors also opened, but did not separate from the vehicle.
A low safety rating doesn?t necessarily mean a ?dangerous? car in this case, however. Audi, Volkswagen, Lexus and Mercedes all have the latest in safety equipment otherwise, and each has the means to catch up to Ford in future NHSA tests. What?s news is that Yank automakers, bankrupt only a few short years ago, have gotten their act together in all areas of auto design and are topping lists like these.
'); } } function updatePagination(data) { var currentPage = data.current_page; var totalPages = data.total_pages; var currentParams = getParams(); currentParams.pager = currentPage + 1; $('#nextLink').attr('href', autoResultsPage + '?' + $.param(currentParams)); currentParams.pager = currentPage - 1; $('#prevLink').attr('href', autoResultsPage + '?' + $.param(currentParams)); $('#pagenumberspan').text(currentPage + '/' + totalPages); if(totalPages 1 && currentPage '+'script>')); } function parseFilters(parentSelector, filterName, filters) { var dropDown = $(parentSelector + " select[name=" + filterName + "]"); if (dropDown === null || dropDown.size() === 0) { dropDown = $(''); } else { dropDown.html(""); } dropDown.append(''); for ( var i = 0; i ' + filters[i].value + '')); } } function parsePriceFilters(filters) { parseFilters('askingPrice', filters); } function parseNewMakeFilters(filters) { var dropDown = $('#newSearchForm' + " select[name=" + 'make' + "]"); parseFilters('#newSearchForm','make', filters); if(gumiyoParams.make && gumiyoParams.searchType == "new") { dropDown.val(gumiyoParams.make); var make = dropDown.val(); var callback = 'parseNewModelFilters'; makeChangeApiCall($('#newSearchForm'), make, callback); if(!gumiyoParams.model && !gumiyoParams.postId && (typeof gumiyoParams.doSearch == 'undefined' || gumiyoParams.doSearch)) { doSearch('#newSearchForm', gumiyoParams.pager); } } apicall({a:'affv',DID:searchDID,DBFQ:$('#usedSearchForm input[name=DBFQ]').val(),f:'make',callback:'parseUsedMakeFilters'}); } function parseUsedMakeFilters(filters) { var dropDown = $('#usedSearchForm' + " select[name=" + 'make' + "]"); parseFilters('#usedSearchForm','make', filters); if(gumiyoParams.make && gumiyoParams.searchType == "used") { dropDown.val(gumiyoParams.make); var make = dropDown.val(); var callback = 'parseUsedModelFilters'; makeChangeApiCall($('#usedSearchForm'), make, callback); if(!gumiyoParams.model && !gumiyoParams.postId && (typeof gumiyoParams.doSearch == 'undefined' || gumiyoParams.doSearch)) { doSearch('#usedSearchForm', gumiyoParams.pager); } } } function parseNewModelFilters(filters) { var dropDown = $('#newSearchForm' + " select[name=" + 'model' + "]"); parseFilters('#newSearchForm','model', filters); if(gumiyoParams.model && gumiyoParams.searchType == "new") { dropDown.val(gumiyoParams.model); if(!gumiyoParams.postId && (typeof gumiyoParams.doSearch == 'undefined' || gumiyoParams.doSearch)) { doSearch('#newSearchForm', gumiyoParams.pager); } } } function parseUsedModelFilters(filters) { var dropDown = $('#usedSearchForm' + " select[name=" + 'model' + "]"); parseFilters('#usedSearchForm','model', filters); if(gumiyoParams.model && gumiyoParams.searchType == "used") { dropDown.val(gumiyoParams.model); if(!gumiyoParams.postId && (typeof gumiyoParams.doSearch == 'undefined' || gumiyoParams.doSearch)) { doSearch('#usedSearchForm', gumiyoParams.pager); } } } function doSearch(formSelector) { doSearch(formSelector, 1); } function doSearch(formSelector, page){ var queryString = ""; var make = $(formSelector + " select[name=make]").val(); if (make) { queryString += 'make:"' + make + '"'; } var model = $(formSelector + " select[name=model]").val(); if (model) { queryString += ' model:"' + model + '"'; } var paramsObject = {a:searchMethod, DID:searchDID,DBFQ:$(formSelector + " input[name=DBFQ]").val(),DSB:$(formSelector + " select[name=sortBy]").val(),DQ:queryString,callback:'parseSearchResults'} if(page && page != 1) { paramsObject.DPS = ((page - 1) * resultSize) } var where = $(formSelector + " input[name=where]").val(); if(where) { paramsObject['DL.where'] = where; paramsObject['DL.distance'] = zipCodeSearchRange; } apicall(paramsObject); } function parseConnectResponse(data) { if(data.status == "success") { if (typeof doContactSuccess == 'function'){ doContactSuccess(); } } else { var randomFriendId = Math.floor(Math.random() * 10000000); $('#contactForm input[name=captcha]').val(''); $('#contactCaptcha').attr('src', apiUrl + 'web/post/jsp/renderShareCaptcha.jsp?postId=' + gumiyoParams.postId + '&yourFriendEmail=' + randomFriendId); $('#contactForm input[name=yourFriendEmail]').val(randomFriendId); $('.contactFormErrorText').text(''); if(data.errors.errorMsg) { $('#contactError').text(data.errors.errorMsg); } if(data.errors.messageErr) { $('#messageError').text(data.errors.messageErr); } if(data.errors.firstNameErr) { $('#firstNameError').text(data.errors.firstNameErr); } if(data.errors.lastNameErr) { $('#lastNameError').text(data.errors.lastNameErr); } if(data.errors.captchaMsg) { $('#captchaError').text(data.errors.captchaMsg); } } } function successAlert() { alert('Form submitted successfully'); history.back(); } function submitContactInfo() { var ajaxOptions = { target:'#ajaxFormResponse', success:function() { /*console.log("ajaxformsuccess")*/ }, error: function() { /*console.log("ajaxfrom error")*/} }; var form = $('#contactForm'); var queryString = form.serializeArray(); apicall(queryString, "connect.jsp"); return false; } function drawDealerTemplate() { if(vehicleDetails && dealerDetails) { var detail = new Object(); $.extend(detail, vehicleDetails, dealerDetails); if(!detail.askingPrice && gumiyoParams.askingPrice) { detail.askingPrice = gumiyoParams.askingPrice; } document.getElementById("itemDetails").innerHTML = $.templates(detailsTemp).render(detail); if(detail.images.length == 0) { $('#detailGallery').hide() } $('#contactForm').validate({ rules: { firstName: { required:true }, lastName: { required:true }, contact: { required:true } } }); $('#contactForm').ajaxForm(); $('#contactForm').submit(function() { if(!$(this).valid()) { return; } event.preventDefault(); submitContactInfo(); return false; }); var randomFriendId = Math.floor(Math.random() * 10000000); $('#contactCaptcha').attr('src', apiUrl + 'web/post/jsp/renderShareCaptcha.jsp?postId=' + gumiyoParams.postId + '&yourFriendEmail=' + randomFriendId); $('#contactForm input[name=yourFriendEmail]').val(randomFriendId); } } function viewVehicle(postId) { apicall({ a : 'rpj', postId : postId, callback : 'parseVehicleDetails' }); getDealerInfo(gumiyoParams.dealerId); } function getDealerInfo(dealerId) { var queryString = "userId:" + dealerId; apicall({a:'siij',DID:dealerDID, DQ:queryString, callback:'parseDealerDetails'}); } function parseDealerDetails(details) { dealerDetails = details[0]; drawDealerTemplate(); } function parseVehicleDetails(detail) { vehicleDetails = detail; drawDealerTemplate(); } function getUrlVars() { var vars = [], hash; var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&'); for(var i = 0; i {{:userName}} | {{:addressLine}} {{:city}}, {{:state}} {{:zip}} {{if workNumber}} | {{:workNumber}}{{/if}}north korea threat brandon jacobs brandon jacobs brian dawkins emma roberts north korea news north korea news
No comments:
Post a Comment