
	function refreshHeader(){
		if(window.top.headerFrame.location="header_home.html"){
			window.top.headerFrame.location="header_main.html";
		}
	}

