$(document).ready(function(){
  //find first paragraph in article's content and make it bold
  $('#article .node .content p:first').addClass('teaser');
});