//script img HP
function ImgHP() {
	var texto = new Array();
	texto[0] = "<img src='/img/hp01.jpg' width='952' height='253' border='0'>"
	texto[1] = "<img src='/img/hp02.jpg' width='952' height='253' border='0'>"
	texto[2] = "<img src='/img/hp03.jpg' width='952' height='253' border='0'>"
	texto[3] = "<img src='/img/hp04.jpg' width='952' height='253' border='0'>"
	document.write(texto[parseInt("0"+(Math.random()*texto.length))]);
}
// fim script img HP

//script img area 1
function Img1() {
	var texto = new Array();
	texto[0] = "<img src='/img/int01.jpg' width='952' height='253' border='0'>"
	texto[1] = "<img src='/img/int02.jpg' width='952' height='253' border='0'>"
	texto[2] = "<img src='/img/int03.jpg' width='952' height='253' border='0'>"
	document.write(texto[parseInt("0"+(Math.random()*texto.length))]);
}
// fim script area 1

//script img area 2
function Img2() {
	var texto = new Array();
	texto[0] = "<img src='/img/int04.jpg' width='952' height='253' border='0'>"
	texto[1] = "<img src='/img/int05.jpg' width='952' height='253' border='0'>"
	texto[2] = "<img src='/img/int06.jpg' width='952' height='253' border='0'>"
	document.write(texto[parseInt("0"+(Math.random()*texto.length))]);
}
// fim script area 2

//script img area 3
function Img3() {
	var texto = new Array();
	texto[0] = "<img src='/img/int07.jpg' width='952' height='253' border='0'>"
	texto[1] = "<img src='/img/int08.jpg' width='952' height='253' border='0'>"
	texto[2] = "<img src='/img/int09.jpg' width='952' height='253' border='0'>"
	document.write(texto[parseInt("0"+(Math.random()*texto.length))]);
}
// fim script area 3


function abrePop(theURL,winName,features) 
{	window.open(theURL,winName,features); 
}
