function next_page() {
  ajaxpage('weather4.html', 'contentarea')
}

t=setTimeout("next_page()",5000);
