// 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 = 5; 
	var now = new Date() 
	var sec = now.getSeconds() 
	var ad = sec % banners; 
	ad +=1; 
	if (ad==1) { 
		url="contato.aspx"; 
		alt="Morumbi"; 
		banner="img/bannerLancamento07.jpg"; 
		
		_url="http://www.practical.com.br/COBERTURAS/"; 
		_alt="Practical Life - Brooklin"; 
		_banner="img/bannerLancamento06.jpg";
	}  
	if (ad==2) { 
		url="contato.aspx"; 
		alt="Suzano"; 
		banner="img/bannerLancamento08.jpg"; 
		
		_url="contato.aspx"; 
		_alt="Morumbi"; 
		_banner="img/bannerLancamento07.jpg";
	} 
	if (ad==3) { 
		url="contato.aspx"; 
		alt="Suzano"; 
		banner="img/bannerLancamento08.jpg"; 
		
		_url="http://www.practical.com.br/COBERTURAS/"; 
		_alt="Practical Life - Brooklin"; 
		_banner="img/bannerLancamento02.gif";
	} 
	if (ad==4) { 
		url="http://www.espacocampobelo.com.br"; 
		alt="Espaço Campo Belo"; 
		banner="img/bannerLancamento06.jpg"; 
		
		_url="contato.aspx"; 
		_alt="Suzano"; 
		_banner="img/bannerLancamento08.jpg";
	} 
	if (ad==5) { 
		url="contato.aspx"; 
		alt="Morumbi"; 
		banner="img/bannerLancamento07.jpg"; 
		
		_url="http://www.practical.com.br/COBERTURAS/"; 
		_alt="Practical Life - Brooklin"; 
		_banner="img/bannerLancamento02.gif";
	} 
	

	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>');
	
	
}



