Version 0.9 in the downloads section requires a minor correction in the jscript_model_year.js file to display the breadcrumb elements correctly on the results page.

find around line 13
var cPath1=$("#select_model").val();
var cPath2=$("#cPath").val();
change to
var cPath1=$("#cPath").val();
var cPath2=$("#select_model").val();