// JavaScript Document

/** GALERIA **/
var caminho = location.host; //para facilitar a nossa vida

(caminho=='servidor:8080') ? caminho = 'http://servidor:8080/hotelbelohorizonte/' : caminho = 'http://www.hotelbelohorizonte.com.br/';

var hotel = [
	{'caption': 'The Hotel', 'url': caminho + 'fotos/foto28.jpg'},
	{'caption': 'The Hotel', 'url': caminho + 'fotos/foto29.jpg'},
	{'caption': 'The Hotel', 'url': caminho + 'fotos/foto21.jpg'},
	{'caption': 'The Hotel', 'url': caminho + 'fotos/foto25.jpg'},
	{'caption': 'The Hotel', 'url': caminho + 'fotos/foto18.jpg'},
	{'caption': 'The Hotel', 'url': caminho + 'fotos/foto19.jpg'},
	{'caption': 'The Hotel', 'url': caminho + 'fotos/foto20.jpg'},
	{'caption': 'The Hotel', 'url': caminho + 'fotos/foto23.jpg'},
	{'caption': 'The Hotel', 'url': caminho + 'fotos/foto16.jpg'},
	{'caption': 'The Hotel', 'url': caminho + 'fotos/foto34.jpg'},
	{'caption': 'The Hotel', 'url': caminho + 'fotos/foto32.jpg'},
	{'caption': 'The Hotel', 'url': caminho + 'fotos/foto35.jpg'},
	{'caption': 'The Hotel', 'url': caminho + 'fotos/foto36.jpg'}
	];

var hospedagem = [
	{'caption': 'The Rooms', 'url': caminho + 'fotos/foto09.jpg'},
	{'caption': 'The Rooms', 'url': caminho + 'fotos/foto10.jpg'},
	{'caption': 'The Rooms', 'url': caminho + 'fotos/foto11.jpg'},
	{'caption': 'The Rooms', 'url': caminho + 'fotos/foto21.jpg'},
	{'caption': 'The Rooms', 'url': caminho + 'fotos/foto22.jpg'},
	{'caption': 'The Rooms', 'url': caminho + 'fotos/foto33.jpg'}
	];
