$(document).ready(function() {
	//$('.commentlist li:odd').addClass('oddCommentRowColor');
	//$('.commentlist li:even').addClass('evenCommentRowColor');
	$('#author_comments li:even').addClass('evenCommentRowColor');
	$('#author_comments li:odd').addClass('oddCommentRowColor');
	$('#my_recent_posts li:even').addClass('evenRowColor');
	$('#my_recent_posts li:odd').addClass('oddRowColor');	
});

