<!--
function collectIntoBookmark()
{
d= document;
t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');
void(bookmark_21cn=window.open('http://free.21cn.com/bookmark/addCollect.act?title='+d.title+'&url='+escape(d.location.href)+'&descprtion='+t,'bookmark_21cn','scrollbars=yes,width=500,height=275,left=80,top=30,status=no,resizable=yes'));
bookmark_21cn.focus();

}
//-->