
function findPathImg(pathSite, tipoLogo){
	ajax(pathSite + 'home/findPathImg/?fotoModel_tipo=' + tipoLogo, 'afterFindPathImg');
}

function afterFindPathImg(req){
	var arr = eval(req);
	replaceImg('imgDestaque', arr[0].path);
}