function BannerRandom3(){
	var MNews = new Array(); 
	MNews[0]= '<a href="http://www.hmventiladores.com.br/produtos/bebedouros/bebedouros-garrafao.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/bebedouros-garrafao.png" width=175 height=300 border=0 alt="Bebedouros de Garrafão"></a>'
	MNews[1]= '<a href="http://www.hmventiladores.com.br/produtos/bebedouros/bebedouros-pressao.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/bebedouros-pressao.png" width=175 height=300 border=0 alt="Bebedouros de Pressão"></a>'
	MNews[2]= '<a href="http://www.hmventiladores.com.br/produtos/purificadores/purificadores-geral.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/purificadores.png" width=175 height=300 border=0 alt="Purificadores"></a>'
	MNews[3]= '<a href="http://www.hmventiladores.com.br/produtos/bebedouros/bebedouros-pressao/bebedouro-pressao-acquagelata-pre100e.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/bebedouros-industriais.png" width=175 height=300 border=0 alt="Bebedouro Industrial Acqua Gelata"></a>'
	MNews[4]= '<a href="http://www.hmventiladores.com.br/produtos/refresqueiras-chocolateiras/refresqueiras-chocolateiras-geral.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/refresqueiras.png" width=175 height=300 border=0 alt="Refresqueiras"></a>'
	var Numero = Math.floor(Math.random()*5);
	document.write(MNews[Numero]);
	}

