<!--

var frase2 = new Array()
frase2[0] = "<img src='logos/client_3m.jpg' width='173' height='70' />"
frase2[1] = "<img src='logos/client_aexpress.jpg' width='173' height='70' />"
frase2[2] = "<img src='logos/client_bancoco.jpg' width='173' height='70' />"
frase2[3] = "<img src='logos/client_colgate.jpg' width='173' height='70' />"
frase2[4] = "<img src='logos/client_danone.jpg' width='173' height='70' />"
frase2[5] = "<img src='logos/client_disney.jpg' width='173' height='70' />"
frase2[6] = "<img src='logos/client_dmr.jpg' width='173' height='70' />"
frase2[7] = "<img src='logos/client_ernst.jpg' width='173' height='70' />"
frase2[8] = "<img src='logos/client_gsk.jpg' width='173' height='70' />"
frase2[9] = "<img src='logos/client_ing.jpg' width='173' height='70' />"
frase2[10] = "<img src='logos/client_kimClark.jpg' width='173' height='70' />"
frase2[11] = "<img src='logos/client_sat.jpg' width='173' height='70' />"
frase2[12] = "<img src='logos/client_siemens.jpg' width='173' height='70' />"
frase2[13] = "<img src='logos/client_terra.jpg' width='173' height='70' />"
frase2[14] = "<img src='logos/client_walmart.jpg' width='173' height='70' />"
var muestra2 = Math.floor(Math.random() * (frase2.length)
										  
										  )
//-->
