jQuery(document).ready(function(){jQuery("div.categorytags select").change(function(){var C=jQuery("div.categorytags select option:selected")[0].value;var B=blogPath;if(year!=""){B+="/"+year}if(month!=""){B+="/"+month}if(C!="NoTags"){B=B+"/"+escape(C)}location=B});var A=jQuery("div.months select");A[0].disabled=!YearSelected();A.change(function(){AddMonthToLocation(this)});jQuery("div.months label")[0].disabled=!YearSelected();jQuery("div.years select").change(function(){var C=jQuery("div.years select option:selected")[0].value;var B=blogPath;if(C!=""){B+="/"+C;if(month!=""){B+="/"+month}}if(categorytags!=""){B+="/"+categorytags}location=B})});function YearSelected(){return year!=""}function AddMonthToLocation(A){var C=blogPath+"/"+year;var B=jQuery(A).find("option:selected'")[0].value;if(B!=null&&B!=""){C+="/"+B}if(categorytags!=""){C+="/"+categorytags}location=C};
