$j(document).ready(function()
{
  

  // This replaces the 'continue reading' generated by WordPress in the news aggregation feeds
  $j('.feed-excerpt a') .html('read more ...');

  

});
// File Name: check_admin User: 
