function updateBasketForm() {
	if($("#shortCart").size() < 1) return;
	$("#shortCart:first").load("/basket/refresh.php", {basket_small: 1});
}
