function writeHTML(vstrHTML){
  document.writeln(vstrHTML);
}