$(document).ready(function() {
	var a = $("#chamadas").val();
	$("#barra").html(a);
	/////
	$('#pic').cycle('fade');
});
