function initPage() {
  $("#Content1, #ContentNews").ajaxcontrol( { toolbarLocation:"top" });
  $("#Content2").ajaxcontrol();
}

function openNews(id) {
  document.location.href = "/news.aspx?newsid=" + id;
}