Codex tools: Log in / create account
Checks to see if the current logged in user is a member of the blog specified.
<?php is_blog_user($blog_id) ?>
<?php If (is_blog_user()) { //user is a member of this blog }?>