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

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