Güncelleme:
Liquid Carousel autoplay ve sona gelince başa sarma eklendi..
https://www.dropbox.com/s/z2eq1hg06k1oadl/liquidcarousel_edited.rar
basit bir örnek;
SetInterval
<script>
setInterval(function(){
alert("World!")
}, 5000);
</script>
her 5 saniyede ekrana World! yazar.