var szFriendsTitle="我的好友"; var szFriend="
您在和讯的家还没有好友;点击对方个人门户上的 [ 加为好友 ],待对方同意后,就可以保持好友关系;好友多关注,多聊聊
"; szFriend=szFriend+""; var FriendsCount="0"; var hasItem="1"; if(document.getElementById("FriendsTitle_A")!=null) { document.getElementById("FriendsTitle_A").innerHTML=szFriendsTitle; } if(document.getElementById("MyFriend")!=null) { document.getElementById("MyFriend").innerHTML=szFriend; } if(document.getElementById("friendFont")!=null) { document.getElementById("friendFont").innerHTML=FriendsCount; }