function sabiaque(){
	var textos = new Array()
	textos[0] = "Electrónica Olfer was founded in 1975 and since then it has served successfully to thousands customers.<p><a href=empresa_gb.html>Know our company</a>"
	textos[1] = "You can use our search engine to find the power supplies and converters you need.<p><a href=fuentes/buscar1_gb.html>Search for Power Supplies / Converters</a>"
	textos[2] = "Electrónica Olfer has the largest warehouse of electronic components to serve you faster than our competidors."
	textos[3] = "Electrónica Olfer offers you the best customer service and a fast answer to your problems."
	aleat = Math.random() * (textos.length)
	aleat = Math.floor(aleat)
	document.write(textos[aleat])
}