function addquote(what, author) { commentarea = document.getElementById('comment'); quotetext = document.getElementById(what).innerHTML; addtext = "\n\n
\n"+author+" said:\n"+quotetext+"\n