function redirectToVariation () {
	item_slug = $('#variationJumpTo').val();
	
	window.location = '/product/'+item_slug;
}
