﻿

//this function runs when the page is loaded, put all your other onload stuff in here too.
function init() {
	//DynarchMenu.setup('menu', { electric: 1000, timeout: 0 });
	//swap_ori_Weather();
	swap_the_Weather();
	swap_the_header(); 
	//got_chkBOX();
}
	


window.onload = init;