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