Post new lines


 function Post(path) {
  var str=printNode(path)
  postURL('post.1?'+whiteboard,
   str,
   null)
 }