function filterSpecialOffers(loc){
	f = document.getElementById('filter');
	var sRegion = f.options[f.selectedIndex].value;
	wLoc = loc + "special-offers/"+sRegion;
	if(sRegion == 12) {
		wLoc = loc + "special-offers/";
	}
	window.location.href=wLoc;
}
