// Hello jQuery!
$(document).ready(function() {
	
	$(".archive-year").accordion({ autoHeight: false });
    $("#archive").accordion({ autoHeight: false });

  $('.images a.product').facebox();
  $('.images a.last-product').facebox();
  //$(".chzn").chosen({no_results_text: "No results matched",allow_single_deselect: true});
}); // Bye-bye jQuery!

