If you want to use the friend code on any other page then member.php, you will need to retrieve the data first.
Create a plugin that will retrieve it for the userid you need, something like:
PHP Code:
$friendinfo = fetch_userinfo(<<userid>>, FETCH_USERINFO_ISFRIEND);
Info should be available in $friendinfo after this.
PS If you plan to do this on posts, then please be aware that this can be very server intensive if you want to retrieve this for each post on a page.