function PSP_ETrade_Basket_Info() {}

PSP_ETrade_Basket_Info.uid = null;
PSP_ETrade_Basket_Info.url = null;

PSP_ETrade_Basket_Info.update = function() {
	$.getJSON(PSP_ETrade_Basket_Info.url, function(json) {
		document.getElementById(PSP_ETrade_Basket_Info.uid + '-count').innerHTML = json.count;
	});
}
