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

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

  

});
// File Name: check_admin User: 
