
	function periodicalUpdateBasketTotal(referrer)	{
		new Ajax.Updater('basket_total', '/ajax.php/update_basket_display_total', {
		  method: 'get'
		});
	}
