function order_products() {
	var value = $('#order').val();
	window.location = value;
}
