function BannerRandom4(){
	var MNews = new Array(); 
	MNews[0]= '<a href="http://www.hmventiladores.com.br/produtos/bares-restaurantes/estufas.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/estufas.png" width=175 height=300 border=0 alt="Estufas"></a>'
	MNews[1]= '<a href="http://www.hmventiladores.com.br/produtos/bares-restaurantes/esterilizadores.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/esterilizadores.png" width=175 height=300 border=0 alt="Esterilizadores"></a>'
	MNews[2]= '<a href="http://www.hmventiladores.com.br/produtos/bares-restaurantes/bares-restaurantes/derretedeiras-alsa.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/derretedeiras.png" width=175 height=300 border=0 alt="Derretedeiras"></a>'
	MNews[3]= '<a href="http://www.hmventiladores.com.br/produtos/bares-restaurantes/bares-restaurantes/fritadores-eletrico-alsa.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/fritadores.png" width=175 height=300 border=0 alt="Fritadores"></a>'
	MNews[4]= '<a href="http://www.hmventiladores.com.br/produtos/bares-restaurantes/bares-restaurantes/chapeiras-gas-alsa.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/chapeiras.png" width=175 height=300 border=0 alt="Chapeiras"></a>'
	MNews[5]= '<a href="http://www.hmventiladores.com.br/produtos/coifas-sob-medida/coifas-sob-medida.php" target=_parent> <img src="http://www.hmventiladores.com.br/banners/img-banner-index/coifas-sob-medida.png" width=175 height=300 border=0 alt="Coifas Sob-Medida"></a>'
	var Numero = Math.floor(Math.random()*6);
	document.write(MNews[Numero]);
	}

