function changePic(foto){
	new Ajax.Updater('imgholder', 'imgholder.php?foto='+foto, { method: 'get' });
}
