var sections=["overview","features","gallery"];function section(a){for(s_n in sections){sec_name=sections[s_n];if(a==sec_name){$("#top_"+sec_name).slideDown("slow");$("#bottom_"+sec_name).slideDown("slow");$("#nav_"+sec_name).addClass("active");}else{$("#top_"+sec_name).slideUp("slow");$("#bottom_"+sec_name).slideUp("slow");$("#nav_"+sec_name).removeClass("active");}}pageTrack("",a);}curr_photo=0;function photo(a){if(a!=curr_photo){curr_thumb=$("#thumb_"+curr_photo);thumb=$("#thumb_"+a);curr_thumb.removeClass("active");thumb.addClass("active");main_src=thumb.attr("src").replace(/pth/g,"photo");$("#gallery_main img").attr("src",main_src);curr_photo=a;$("#gallery_min").text(curr_photo);}}function init(){section("overview");photo("1");$("#gallery_max").text($("#gallery_thumbs a").length);}function initGallery(){photo("1");$("#gallery_max").text($("#gallery_thumbs a").length);}jQuery(document).ready(function(){var b="<!-- This disclaimer is driven in the /shared/javascripts/mobile/core.js-->";var a="PLEASE REVIEW THESE IMPORTANT PRICING DISCLOSURES. <br /> The estimates provided are for informational purposes only and are not an offer to sell. Each estimate is based on the variables you have entered, on the Manufacturer's Suggested Retail Price, excluding tax  for the vehicle you have selected and on the available finance programs. All product illustrations, specifications and competitive comparisons are based upon current information at the time of publication approval.  Although descriptions are believed correct, complete accuracy cannot be guaranteed.  Chrysler Group LLC reserves the right to make changes at any time, without notice or obligation, in prices, specifications, equipment, colors and materials, and to change or discontinue models.  Some of the equipment shown or described throughout this website is available at extra cost and/or may be subject to late availability.  See your dealer for the latest information.";jQuery("#disclaimers dl").append(b+'<dt>&nbsp;</dt><dd id="disc_list">'+a+"</dd>");});
