﻿function CreateControl(text)
{
  document.write(text);
}

