function outwarning(){
		warning = confirm("该栏目正在建设中...")
		if (warning != "0"){
			window.close()
			window.open("index.asp")
			}
		}