function BannerRandom2(){
	var MNews = new Array(); 
	MNews[0]= '<a href="http://www.hmventiladores.com.br/produtos/ventiladores/ventiladores-parede.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/ventiladores-parede.png" width=175 height=300 border=0 alt="Ventiladores de Parede"></a>'
	MNews[1]= '<a href="http://www.hmventiladores.com.br/produtos/ventiladores/ventiladores-coluna.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/ventiladores-coluna.png" width=175 height=300 border=0 alt="Ventiladores de Coluna"></a>'
	MNews[2]= '<a href="http://www.hmventiladores.com.br/produtos/ventiladores/ventiladores-teto.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/ventiladores-teto.png" width=175 height=300 border=0 alt="Ventiladores de Teto"></a>'
	MNews[3]= '<a href="http://www.hmventiladores.com.br/produtos/ventiladores/ventiladores-parede/ventilador-parede-ventisilva-vpl-65cm.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/ventiladores-parede-ventisilva.png" width=175 height=300 border=0 alt="Ventiladores de Parede Ventisilva"></a>'
	MNews[4]= '<a href="http://www.hmventiladores.com.br/produtos/ventiladores/ventiladores-coluna/ventilador-coluna-ventisilva-vcl-65cm.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/ventiladores-coluna-ventisilva.png" width=175 height=300 border=0 alt="Ventiladores de Coluna Ventisilva"></a>'
	MNews[5]= '<a href="http://www.hmventiladores.com.br/nfe/nfe.shtml" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/nfe-01.png" width=175 height=300 border=0 alt="Compre com NF"></a>'
	MNews[6]= '<a href="http://www.hmventiladores.com.br/nfe/nfe.shtml" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/nfe-02.png" width=175 height=300 border=0 alt="Compre com NF"></a>'
	var Numero = Math.floor(Math.random()*7);
	document.write(MNews[Numero]);
	}


