$(document).ready(function(){if($.browser.msie)if($.browser.version=="7.0"){$("#switch").hide()}var filterMonths=$(".filter-months");$([filterMonths[0]]).change(function(){var val=filterMonths.val();document.location.href="/nyheter/?month="+val});var filterCategory=$(".filter-categories");$([filterCategory[0]]).change(function(){var val=filterCategory.val();document.location.href="/nyheter/?category="+val})});
