$(document).ready(function(){
   // Your code here
   $('#home-main ul').cycle({ 
		pause:  1, 
		timeout: 5000,
		speed:  2000 
	});
	$('#article table tr').fitted().css('cursor','pointer');
 });