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(""+my_comments+""); $("span#c"+author_id).css({display:"block"}); } function add_author_comment(author_id,click_id){ // var mg_out=escape("blah"); var myfrm='
Add your comment here

While you can write pretty well anything you wish, please also keep in mind that our editors reserve the right to delete unsuitable material. Thanks for your input. Robert

'; myfrm=myfrm+'
'; $("span#"+author_id).after(myfrm); $("textarea.author_comment").after($("div#mg")); }