function loadCookie(agt){
	if(document.cookie){
	}else{
		tgt="http://cyber.trans.or.jp/" + agt + "/index.asp";
		location.href=tgt;
	}
}

