function listaDinamica(param)
{
	var ListaSaida = new Array();
	switch(param)
	{
		case '1' : //Depoimentos
			ListaSaida[0] = '<h1 class="corrigeTit3">Depoimentos <span class="cor2">- Burke, Inc</span></h1>';
			ListaSaida[0] += '<p class="corrigeP2 z2 posRel"><em>"The LPM team is extremely easy to work with on our projects. When we work with them, we feel comfort in knowing that every detail is always cared for and that the team is proactive, ensuring that our projects are always a success. They take great care in the recruitment and execution of our research and are very flexible and accommodating to the often changing needs related to doing research. The team is friendly and delightful to work with on a daily basis."</em></p>';
			ListaSaida[0] += '<dl class="corrigeTit3 floatLeft z2 posRel">';
			ListaSaida[0] += '	<dt><strong>Kendall Nash</strong></dt>';
			ListaSaida[0] += '	<dd class="corrigeP14"><em>Sr. Qualitative Specialist - Burke, Inc.</em></dd>';
			ListaSaida[0] += '</dl>';
		
			ListaSaida[1] = '<h1 class="corrigeTit3">Depoimentos <span class="cor2">- Pl&iacute;nio de Arruda Sampaio</span></h1>';
			ListaSaida[1] += '<p class="corrigeP2 z2 posRel"><em>"During the 2006 elections I greatly used the qualitative research  projects of LPM. They helped me formulate the campaign strategy and calibrate  my speech, in order to make it understood by the mass of voters. The efficacy  of the consulting services rendered by LPM may be assessed by the surprising  projection obtained by a campaign sponsored by small parties with extremely  restricted financial resources, coupled with a minimum exposure of my name to  the big media"</em></p>';
			ListaSaida[1] += '<dl class="corrigeTit3 floatLeft z2 posRel">';
			ListaSaida[1] += '	<dt><strong>Pl&iacute;nio de Arruda Sampaio</strong></dt>';
			ListaSaida[1] += '	<dd class="corrigeP14"><em></em></dd>';
			ListaSaida[1] += '</dl>';
		break;
		
		case '2': //Empresas
			ListaSaida[0] = '3M';
			ListaSaida[1] = 'ANTENNA CONSULTORIA';
			ListaSaida[2] = 'ANTP &minus; ASSOCIA&Ccedil;&Atilde;O NACIONAL DE TRANSPORTES P&Uacute;BLICOS';
			ListaSaida[3] = 'BURKE: EEUU, M&Eacute;XICO, ARGENTINA';
			ListaSaida[4] = 'CENTRO UNIVERSIT&Aacute;RIO SENAC';
			ListaSaida[5] = 'CERAS JOHNSON';
			ListaSaida[6] = 'CIA. DO METROPOLITANO DE S&Atilde;O PAULO (METRO)';
			ListaSaida[7] = 'CITR&Ouml;EN';
			ListaSaida[8] = 'COCA COLA';
			ListaSaida[9] = 'COLGATE';
			ListaSaida[10] = 'CPTM &minus; CIA. PAULISTA DE TRENS METROPOLITANOS';
			ListaSaida[11] = 'ENG DTP & MULTIM&Iacute;DIA';
			ListaSaida[12] = 'EURO RSCG';
			ListaSaida[13] = 'FALLON CURRIE';
			ListaSaida[14] = 'FABER CASTELL';
			ListaSaida[15] = 'FIRMENICH';
			ListaSaida[16] = 'GIOVANNI, FCB';
			ListaSaida[17] = 'GLOBAL RESEARCH PARTNERS';
			ListaSaida[18] = 'HARTMANN MAPOL';
			ListaSaida[19] = 'HERSHEY INTERNATIONAL';
			ListaSaida[20] = 'IOB';
			ListaSaida[21] = 'IRWIN INDUSTRIAL TOOLS';
			ListaSaida[22] = 'KIMBERLY CLARK KENKO';
			ListaSaida[23] = 'LA SEREN&Iacute;SSIMA';
			ListaSaida[24] = 'NESTL&Eacute;';
			ListaSaida[25] = 'NIVEA';
			ListaSaida[26] = 'NOVARTIS';
			ListaSaida[27] = 'ORAFTI';
			ListaSaida[28] = 'P&Atilde;O DE A&Ccedil;&Uacute;CAR';
			ListaSaida[29] = 'PFIZER';
			ListaSaida[30] = 'PSOL &minus; PL&Iacute;NIO DE ARRUDA SAMPAIO';
			ListaSaida[31] = 'RECKITT BENCKISER';
			ListaSaida[32] = 'REVLON';
			ListaSaida[33] = 'SKY';
			ListaSaida[34] = 'UNILEVER &minus; BESTFOODS,PERSONAL CARE, <span class="disBlock corrigeP18">HOME CARE/FABRICS, TRADE,ACTIVATION</span>';
			ListaSaida[35] = 'WELLA';
		break;
	}
	return ListaSaida;
}