<% 'Dim USER_ID, YN, AGENT 'USER_ID = Request.Cookies("user")("USER_ID") 'YN = Request.Cookies("user")("YN") 'AGENT = Request.Cookies("user")("AGENT") 'Response.write "USER_ID : " & USER_ID & "
" 'Response.write "YN : " & YN & "
" 'Response.write "AGENT : " & AGENT & "
" 'Response.write "USER_ID : " & SESSION("USERID") & "
" 'Response.write "YN : " & SESSION("NAME") & "
" 'Response.write "AGENT : " & SESSION("AGENT") & "
" IF SESSION("GROUP") <> "MEMBER" And Request.Cookies("user") <> "" Then IF Request.Cookies("user")("YN") = "Y" Then Response.Redirect "/login_auto.asp" 'Response.write "GOOOOOOOOOO" 'Response.end End IF End IF Sub SubMain(ByRef objQuery) Call SubContent(objQuery) End Sub Sub SubContent(ByRef objQuery) %>

<%'//LEFT AREA %>

 
<% Set rsVal = funcGetContents(objQuery) IF rsVal.EOF AND rsVal.BOF Then Response.write "There is no data!" Else %>
<%=Trim(rsVal("season_type"))%> ÀÌ¿ë¾È³» (<%=Trim(rsVal("season_start_time"))%> ½ÃÀÛ)
  To JFK To BERGEN COUNTY
<%=Trim(rsVal("location1"))%> <%=Trim(rsVal("location1_time1"))%> <%=Trim(rsVal("location1_time2"))%>
<%=Trim(rsVal("location2"))%> <%=Trim(rsVal("location2_time1"))%> <%=Trim(rsVal("location2_time2"))%>
<%=Trim(rsVal("location3"))%> <%=Trim(rsVal("location3_time1"))%> <%=Trim(rsVal("location3_time2"))%>
<%=Trim(rsVal("location4"))%> <%=Trim(rsVal("location4_time1"))%> <%=Trim(rsVal("location4_time2"))%>

<%=Trim(rsVal("page_desc1"))%>

<%=Trim(rsVal("page_desc2"))%>
<% End IF %>
<% End Sub %>