// JavaScript Document//
$('#recent_comments ul').cycle({ 
	height: '160px',
	width: '100%',
	fx:     'scrollUp', 
	speed:  1000, 
	timeout: 7000
});
$('#recent_comments_article ul').cycle({ 
	height: '150px',
	width: '250px',
	fx:     'fade',
	speed:  1000, 
	timeout: 7000
});