function deleteFollow(B,A){$j(B).hide();
$j.ajax({type:"POST",url:Stylehive.HIVE_ALTERNATE_BASE_URL+"/ajax/hive/following/delete.htm",data:"follow="+A,success:function(C){$j(B).parent(".followActions").prevAll(".actions").children(".response").html("You are no longer following "+A);
$j(B).parent(".followActions").prevAll(".actions").children(".response").fadeIn(500,function(){$j(B).parent(".followActions").prevAll(".actions").children(".response").highlight();
$j(B).parent(".followActions").prevAll(".actions").children(".response").fadeOut(5000,function(){changeEventFilter()
})
})
},error:function(C){$j(B).show();
$j(B).parent(".followActions").prevAll(".actions").children(".response").html("There was a problem deleting the follow");
$j(B).parent(".followActions").prevAll(".actions").children(".response").fadeIn(500);
$j(B).parent(".followActions").prevAll(".actions").children(".response").highlight();
$j(B).parent(".followActions").prevAll(".actions").children(".response").fadeOut(4000)
}})
}function changeEventFilter(){var B=$j("#event_filter");
var C=B.val();
var A=null;
if((C==null)||(C=="all")){A=Stream.FILTER_ALL
}else{if(C=="original-bookmarks"){A=Stream.FILTER_ORIGINAL_BOOKMARKS
}else{if(C=="saves"){A=Stream.FILTER_SAVES
}else{if(C=="comments"){A=Stream.FILTER_COMMENTS
}else{if(C=="messages"){A=Stream.FILTER_MESSAGES
}else{if(C=="profile-activities"){A=Stream.FILTER_PROFILE_ACTIVITIES
}else{A=Stream.FILTER_ALL
}}}}}}window.location=A
}(function(){function A(){$j(".message").emoticonize("messages");
$j(".comment").emoticonize("default");
$j(".commentforum").emoticonize("forums")
}$j(document).ready(A)
})();