function initPage() {
  new AjaxTiny("TopBanner", {width:"683px",height:"200px",toolbarLocation:'top',toolbarConfig:'extended',css:'/css/base.css'});
  new AjaxTiny("TopImage", {width:"290px",height:"280px",toolbarLocation:'top',toolbarConfig:'extended',css:'/css/base.css'});
  new AjaxTiny("LeftContent", {width:"360px",height:"280px",toolbarLocation:'top',toolbarConfig:'extended',css:'/css/base.css'});
  new AjaxTiny("MedlemContent", {width:"260px",height:"200px",toolbarConfig:'extended',toolbarLocation:'top',css:'/css/base.css'});
  new AjaxTiny("Puff1", {width:"166px",height:"250px",toolbarConfig:'extended',toolbarLocation:'top',css:'/css/base.css'});
  new AjaxTiny("Puff2", {width:"166px",height:"250px",toolbarConfig:'extended',toolbarLocation:'top',css:'/css/base.css'});
  new AjaxTiny("Puff3", {width:"166px",height:"250px",toolbarConfig:'extended',toolbarLocation:'top',css:'/css/base.css'});
  new AjaxTiny("Puff4", {width:"166px",height:"250px",toolbarConfig:'extended',toolbarLocation:'top',css:'/css/base.css'});
  setupTinyControls();
}

