
function WriteDoc(sTag)
{
  document.write(sTag);
}

