function createtrip()
{
	if (get_cookie('ID')==''){
		alert('ΗλΟΘ΅ΗΒΌ');
		show(100,500,340,200,'΅ΗΒΌ','/land/land.htm');
		return;
	}
	window.location=('/trip/addcity.asp');
}

