This is a picture of Pal and his friend Maggie. Pal was adopted from GRF in June 2010. You can see their picture on Post Your Pics page 59 as well.
Bravenet.jQuery(function(){
var emojiConvert = new EmojiConvertor();
emojiConvert.img_set = 'emojione';
emojiConvert.img_sets.emojione.sheet = 'https://apps.bravenet.com/css/sheets/sheet_emojione_64_indexed_128.png';
emojiConvert.allow_native = false;
emojiConvert.use_sheet = true;
emojiConvert.init_env();
Bravenet.jQuery('.bn-forum-threads-post-comment').each(function() {
var replaced = emojiConvert.replace_colons(Bravenet.jQuery(this).html());
replaced = emojiConvert.replace_emoticons(Bravenet.jQuery(this).html()); Bravenet.jQuery(this).html(replaced);
});
});