var timer1 = setInterval( function(){ var el1 = jQuery('.ca-nav-next'); el1.click(); }, 10000);
Jump To Top of Thread