updated removed
[home-automation.git] / weather3.js
1 function next_page() {
2   ajaxpage('weather4.html', 'contentarea')
3 }
4
5 t=setTimeout("next_page()",5000);