function initPage() {
  new AjaxTiny("TopText", { width:"490px", height:"400px", toolbarLocation:'external' });
  new AjaxTiny("RightText", { width:"234px", height:"400px", toolbarLocation:'external' });

  new RandomImage("randomimage");
}

