﻿$( document ).ready( function(){
	$( "#giftClassId" ).change( function(){
		//alert($("#pageGoToURL").val() + "&sortBy=" + $(this).val());
		window.location.href = $("#pageGoToURL").val() + "&giftClassId=" + $(this).val();
	});
});
