



function completa()
{
		ag=document.galeria;
		document.carregant=document.getElementById("carregant");
		document.carregant.className='';
		ajax=new AJAXLib();
		ajax.get('./getGaleria.php',{'inici':ag.get_inici()},galeriaFotos,false);
		
};

function galeriaFotos(ajaxResponse)
{
	galeri=(ajaxResponse.getElementsByTagName("galeria"))[0];
	
	total_fotos=galeri.getAttribute("total");
	inici_fotos=galeri.getAttribute("inici");
	document.galeria.set_max(galeri.getAttribute("max"));
	
	fotos=ajaxResponse.getElementsByTagName("foto");
	i=1;
	for(i=1;i<=total_fotos;i++)
	{
		($("foto"+i)).src="imatges/critica/micro/"+fotos[i-1].getAttribute("ruta");
		($("comm"+i)).innerHTML=fotos[i-1].getAttribute("comentaris")+" <br />
<b>Fatal error</b>:  Call to a member function on a non-object in <b>/var/www/vhost/psoebenissa.org/home/html/inc/ajax.js.php</b> on line <b>34</b><br />
