$(function()
{$.each($(".blockpost .postleft dt a"),function()
{var author=$(this);if(author.text()=="chrispederick"&&author.attr("href")=="profile.php?id=2")
{author.closest(".blockpost").addClass("author-post");}});});
