function	putCart(id){
		$('#orders').load('/void/ajax/putcart.php?id='+id,'',function(){alert('Товар добавлен в корзину');});
	}
