$(document).ready(function() {
	$('article:has(a[href*="the-bees-knees"]) p:nth-child(2) em').addClass("beesknees");
});

