function scShopBy(thisEl){
	var thisElVal = thisEl.options[thisEl.selectedIndex].value;
	if(thisElVal != ''){
		document.location = thisElVal;
	}
}
