//begin:即时帖
function add_miniblog(url){
window.open("http://www.auly.com/contacts/module/add-miniblog.asp?url="+url, "miniblog", "height=330, width=500, left="+(screen.availWidth-500)/2+", top="+(screen.availHeight-330)/2+", toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no, titlebar=no;");
}
//end:即时帖



//begin:即时帖
function reply_miniblog(mbid,id,url){
window.open("http://www.auly.com/contacts/module/reply-miniblog.asp?mbid="+mbid+"&id="+id+"&url="+url, "miniblog", "height=330, width=500, left="+(screen.availWidth-500)/2+", top="+(screen.availHeight-330)/2+", toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no, titlebar=no;");
}
//end:即时帖




//begin:加为好友
function add_contacts(id){
window.open("http://www.auly.com/contacts/module/add-contacts.asp?contacts="+id, "contacts", "height=300, width=500, left="+(screen.availWidth-500)/2+", top="+(screen.availHeight-330)/2+", toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no");
}
//end:加为好友



//begin:加推荐
function add_recs(flag,id){
window.open("http://www.auly.com/contacts/module/add-recs.asp?flag="+flag+"&id="+id, "recs", "height=300, width=500, left="+(screen.availWidth-500)/2+", top="+(screen.availHeight-300)/2+", toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no, titlebar=no;");
}
//end:加推荐

