// Abre Corretor Online
function AbreJanela(theURL,winName,features) {
	window.open(theURL,winName,features);
}

// Destaques Home
$(function(){		   
	$("#cycleResidencias .jCarouselLite").jCarouselLite({
		btnNext: "#cycleResidencias .next",
		btnPrev: "#cycleResidencias .prev",
		auto: 5500,
		speed: 800,
		visible: 3
	});
});

$(function(){		   
	$("#cycleComerciais .jCarouselLite").jCarouselLite({
		btnNext: "#cycleComerciais .next",
		btnPrev: "#cycleComerciais .prev",
		auto: 5500,
		speed: 800,
		visible: 2
	});
});

$(function(){		   
	$("#cycleCoberturas .jCarouselLite").jCarouselLite({
		btnNext: "#cycleCoberturas .next",
		btnPrev: "#cycleCoberturas .prev",
		auto: 5500,
		speed: 800,
		visible: 3
	});
});

$(function(){		   
	$("#cycleAltoPadrao .jCarouselLite").jCarouselLite({
		btnNext: "#cycleAltoPadrao .next",
		btnPrev: "#cycleAltoPadrao .prev",
		auto: 5500,
		speed: 800,
		visible: 2
	});
});

function fnBannerRotativo() {
	var banners = 6; 
	var now = new Date() 
	var sec = now.getSeconds() 
	var ad = sec % banners; 
	ad +=1; 
	if (ad==1) { 
		url="http://www.practical.com.br/campobelo"; 
		alt="Practical Life - Campo Belo"; 
		banner="img/bannerLancamento05.jpg"; 
		
		_url="http://www.practical.com.br/COBERTURAS/"; 
		_alt="Practical Life - Brooklin"; 
		_banner="img/bannerLancamento02.gif";
	} 
	if (ad==2) { 
		url="http://www.practical.com.br/campobelo"; 
		alt="Practical Life - Campo Belo"; 
		banner="img/bannerLancamento05.jpg"; 
		
		_url="http://www.parquedoslirios.com.br/"; 
		_alt="Parque dos Lírios"; 
		_banner="img/bannerLancamento03.jpg";
	} 
	if (ad==3) { 
		url="http://www.parquedoslirios.com.br/"; 
		alt="Parque dos Lírios"; 
		banner="img/bannerLancamento03.jpg"; 
		
		_url="http://www.practical.com.br/COBERTURAS/"; 
		_alt="Practical Life - Brooklin"; 
		_banner="img/bannerLancamento02.gif";
	} 
	
	if (ad==4) { 
		url="http://www.practical.com.br/espacocampobelo"; 
		alt="Espaço Campo Belo"; 
		banner="img/bannerLancamento06.jpg"; 
		
		_url="http://www.practical.com.br/COBERTURAS/"; 
		_alt="Practical Life - Brooklin"; 
		_banner="img/bannerLancamento02.gif";
	} 

	if (ad==5) { 
		url="http://www.parquedoslirios.com.br/"; 
		alt="Parque dos Lírios"; 
		banner="img/bannerLancamento03.jpg"; 
		
		_url="http://www.practical.com.br/espacocampobelo"; 
		_alt="Espaço Campo Belo"; 
		_banner="img/bannerLancamento06.jpg";
	} 

	if (ad==6) { 
		url="http://www.practical.com.br/campobelo"; 
		alt="Practical Life - Campo Belo"; 
		banner="img/bannerLancamento05.jpg"; 
		
		_url="http://www.practical.com.br/espacocampobelo"; 
		_alt="Espaço Campo Belo"; 
		_banner="img/bannerLancamento06.jpg";
	} 

	document.write('<a href="'+ url +'" target="_blank" title="'+ alt +'"><img src="'+ banner +'" border="0" alt="'+ alt +'" /></a> ');
	document.write('<a href="'+ _url +'" target="_blank" title="'+ _alt +'"><img src="'+ _banner +'" border="0" alt="'+ _alt +'" /></a>');
}


