//script img  HP
function ImgHp() {
	var texto = new Array();
	texto[0] = "<img src='images/phtHome1.jpg' width='553' height='245' border='0'>"
	texto[1] = "<img src='images/phtHome2.jpg' width='553' height='245' border='0'>"
	texto[2] = "<img src='images/phtHome3.jpg' width='553' height='245' border='0'>"
	texto[3] = "<img src='images/phtHome4.jpg' width='553' height='245' border='0'>"
	texto[4] = "<img src='images/phtHome5.jpg' width='553' height='245' border='0'>"
	document.write(texto[parseInt("0"+(Math.random()*texto.length))]);
}
// fim script img Grande HP


