function echocontent(theText){
   document.write(theText);
}