function sndreply(src) {
ema=src.substring(src.indexOf("~")+1,src.length)+"@"+src.substring(0,src.indexOf("~"))
window.location="mailto:"+ema;
}
function view_author_comments(author_id){
// var my_comments='';
// $("span#"+author_id).after("");
$("span#c"+author_id).css({display:"block"});
}
function add_author_comment(author_id,click_id){
// var mg_out=escape("blah"//echo $newstr;?>);
var myfrm='';
$("span#"+author_id).after(myfrm);
$("textarea.author_comment").after($("div#mg"));
}