function moreHighlighter()
{
  $('#nav li:has(a:contains("Blog"))').addClass('current_page_item');
}
$(document).ready(moreHighlighter);

