Give this a try for your 2nd call, note the changed &atrId:
[!AnythingRating? &atrGrp=`obj` &atrId=`[*id*]`!]
Due to changes made in 1.0.10, you will also have to edit a core file, yoursite/
index-ajax.php.
Find the following section at the top of the file:
// Add items to this array corresponding to which directories within assets/snippets/ can be used by this file.
// Do not add entries unneccesarily.
// Any PHP files in these directories can be executed by any user.
$allowed_dirs = array('assets/snippets/ajaxSearch/');
Edit the $allowed_dirs like the below:
$allowed_dirs = array('assets/snippets/ajaxSearch/', 'assets/snippets/anythingRating/classes/anythingRating.class.inc.php');