$(document).ready(function() {
	$('#page article p a:has(img)').css({'border' : 'none', 'text-decoration' : 'none'}).hover( function () {
		$(this).addClass("noborder");
	});
	$('#comments div.children:has(article.bypostauthor)').addClass("post-author");  // add class to color commments by Maggie
});
