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