$(document).ready(function() {
	if($("div.scrollable_796 > div.items > div").length > 1) $(".scrollable_796").scrollable({circular: true}).autoscroll({ autoplay: true, interval: 8000});
	if($("div.scrollable_1024 > div.items > div").length > 1) $(".scrollable_1024").scrollable({circular: true}).autoscroll({ autoplay: true, interval: 21200});
	if($("div.scrollable_194 > div.items > div").length > 1) $(".scrollable_194").scrollable({circular: true}).autoscroll({ autoplay: true, interval: 5000});


	var link_anuncios = new Array('http://www.cardioprime.med.br/','http://www.centrocor-bnu.com.br/','http://www.intercorgaspar.com.br/');
	var anuncios = new Array('http://guiasaudeweb.com.br/imagens/parceiros/logo-cardioprime.jpg','http://guiasaudeweb.com.br/imagens/parceiros/logo-centrocor.jpg','http://guiasaudeweb.com.br/imagens/parceiros/logo-intercor-gaspar.jpg');
	var contTopo = 0;
	setInterval(function(){ 
		$(".img_parceiros").attr('src', anuncios[contTopo]);
		$(".link_parceiros").attr('href', link_anuncios[contTopo]);
		contTopo++;
		
		if(contTopo == 3){
			contTopo = 0;
		}
		
	}, 10000);

});
