function setTypeInSession(uwv_type)
{
	$.ajax({
		url: "/default/includes/display_objects/custom/setSession.cfm",
		data: {uwv_type : uwv_type},
		dataType: "html",
		type: "post"
	});
}
