if(document.referrer.indexOf('ebotashop.com')>0) document.write('<img src="compteur.php" width=1 height=1>');
function loadpage(uri)
	{
	apendia_ajax_get(uri+','+Math.random(),'printpanier','1','');
	document.getElementById('pantext').innerHTML='Ajout au panier en cours';
	document.getElementById('pantext2').innerHTML='... veuillez patienter ...';
	view();
	}	
function printpanier(data,params)
	{
	
	f=data.split('-panier.html"><strong>');
	if(f.length>1)
		{
		f=f[1].split('</');
		nbart=f[0];
		}
		else
		nbart=0;
	
	f=data.split('</strong></a><br>');
		if(f.length>1)
		{
		f=f[1].split('</');
		tot=f[0];
		}
		else
		nbart=0;
	
	f=data.split('<td align="center" bgcolor="#FFf2f2"><strong> </strong>');
	f=f[1].split('</td>');
	e=f[0].split('(');
	if(e.length==2)
		{
		g=e[1].split(')');
		f[0]=e[0]+g[1];
		}
	document.getElementById('pantext').innerHTML=f[0].replace('[new]','').replace('[NEW]','');
	document.getElementById('pantext2').innerHTML= 'Votre panier compte désormais <b>'+ nbart +'</b> pour un total de <b>'+tot+'</b>';
	
	f=data.split('<div id=\'curpanier\'>');
	f=f[1].split('</div>');
	document.getElementById('curpanier').innerHTML=f[0];

	}