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