function BannerRandom1(){
	var MNews = new Array(); 
	MNews[0]= '<a href="http://www.hmventiladores.com.br/produtos/exaustores/exaustores-industrial-axiais.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/exaustores-axiais.png" width=175 height=300 border=0 alt="Exaustores Industriais Axiais"></a>'
	MNews[1]= '<a href="http://www.hmventiladores.com.br/produtos/exaustores/exaustores-industrial-transmissao.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/exaustores-transmissao.png" width=175 height=300 border=0 alt="Exaustores de Transmissão"></a>'
	MNews[2]= '<a href="http://www.hmventiladores.com.br/produtos/exaustores/exaustores-industrial-centrifugo.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/exaustores-centrifugos.png" width=175 height=300 border=0 alt="Exaustores Centrífugos"></a>'
	MNews[3]= '<a href="http://www.hmventiladores.com.br/produtos/exaustores/exaustores-industrial-axiais-fan-cooler.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/exaustores-fan-cooler.png" width=175 height=300 border=0 alt="Exaustores Fan Cooler"></a>'
	MNews[4]= '<a href="http://www.hmventiladores.com.br/produtos/exaustores/exaustores-residenciais.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/exaustores-residenciais.png" width=175 height=300 border=0 alt="Exaustores Residenciais"></a>'
	MNews[5]= '<a href="http://www.hmventiladores.com.br/produtos/exaustores/exaustores-banheiro.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/exaustores-sanitario.png" width=175 height=300 border=0 alt="Exaustores Sanitários"></a>'
	MNews[6]= '<a href="http://www.hmventiladores.com.br/produtos/exaustores/exaustores-eolicos/exaustor-eolico-rotiv.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/exaustores-eolico.png" width=175 height=300 border=0 alt="Exaustor Eólico"></a>'
	MNews[7]= '<a href="http://www.hmventiladores.com.br/produtos/compressores-de-ar/compressores-de-ar-geral.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/compressores.png" width=175 height=300 border=0 alt="Compressores de Ar"></a>'
	var Numero = Math.floor(Math.random()*8);
	document.write(MNews[Numero]);
	}
