$(document).ready(function(){
	$('.navigation_categories').change(function(){
		if ($(this).val() == '') return false;
		window.location = 'http://www.betterbathrooms.com/' + $(this).val();
	});
});

