﻿function addFriend(userID)
{
    getAjaxContent("../ajax/profile.aspx?act=addfriend&userid=" + userID,onAjaxOperationReload,null);
}
