function Insert(qname,text){if (text!=""){ qname=qname.replace(/[\[\]]/g, "|"); paste("[quote="+qname+"]"+text+"[/quote]\n", 0);} else {alert('Выделите текст для цитирования');}} function paste(text,flag){if ((document.selection)&&(flag)) {document.addform.message.focus();document.addform.document.selection.createRange().text = text;} else document.addform.message.value += text;}
function get_selection(){if(document.getSelection){selection=document.getSelection()}else if(window.getSelection){selection=window.getSelection().toString()}else if(document.selection){selection=document.selection.createRange().text}}
