
// add author style class in comments
$(document).ready(function () {
	$("#comments .blogger-comment-icon + a[href=http://www.blogger.com/profile/03236705748240585685]").parents("li").addClass("author-comment");
});

