jQuery('#viewerFrame').cycle({ fx: 'fade', speed: 300, timeout: 3000, next: '#viewerFrame', pause: 1 }); function GetDepo() { jQuery.post( "/get_depoimentos.php", { str1: "depo" }, function(data){ jQuery("#depostr").empty().html(data); }); } GetDepo(); var depo = setInterval("GetDepo()", 60000); jQuery(document).ready(function(){ var sortabc = jQuery("#tags_cursos ul li a").tsort({sort:"asc",attr:"title"}); jQuery('#tags_cursos').append(sortabc); jQuery(".cnew").css("color","blue"); });