 |
 |
 |
 |
 |
 |
 |
Chinese Language Programs: Classes focussing on speaking, listening, reading and writing Mandarin Chinese for four hours in the morning, and optional classes, lectures and sightseeing trips offered in the afternoon. (Click on the Course Code for more information.) |
Program Fees (in US$) Includes: Tuition, Visa, accommodations, books and all study materials, insurance, local sightseeing, pre-departure orientation package, airport pickup and drop off, airport taxes, all program related travel in China, etc. (Click on course for more specific information.) |
Course Code |
Course Dates |
Length (weeks) |
On-Campus Standard Double/Single |
On-Campus Budget Double/Single |
Hotel Double/Single |
Apartment 3 Bedroom 2 Bedroom |
| BEIJING |
<%
Set rs=conn.Execute("SELECT PROGRAMS.PROGRAMID AS PROGID, NUMBER, "&_
"CONVERT(char(11),startdate,100) AS startdate, "&_
"CONVERT(char(11),finishdate,100) as finishdate, "&_
"CLASSLENGTH, DBLON, SGLON, DBLBGT, SGLBGT, DBLOFF, "&_
"SGLOFF, TRPLAPT, DBLAPT FROM PROGRAMS INNER JOIN "&_
"LOCATIONLINK ON PROGRAMS.PROGRAMID = LOCATIONLINK.PROGRAMID "&_
"INNER JOIN LOCATIONS ON LOCATIONLINK.LOCATIONID = "&_
"LOCATIONS.LOCATIONID WHERE LOCATIONS.NAME='Beijing' "&_
"AND PROGRAMS.TYPE='Chinese Language' ORDER BY NUMBER")
while not rs.eof
%>
| "><%=rs("NUMBER")%> |
<%=rs("startdate")%> - <%=rs("finishdate")%> |
<%
templength=rs("CLASSLENGTH")
if templength<0 then
templength = "N/A"
else
templength = templength&" weeks"
end if
%><%=templength%> |
<%
tempcurrency=rs("DBLON")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLON")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("DBLBGT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLBGT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("DBLOFF")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLOFF")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("TRPLAPT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("DBLAPT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> |
<%
rs.movenext
wend
%>
| SHANGHAI |
<%
Set rs=conn.Execute("SELECT PROGRAMS.PROGRAMID AS PROGID, NUMBER, "&_
"CONVERT(char(11),startdate,100) AS startdate, "&_
"CONVERT(char(11),finishdate,100) as finishdate, "&_
"CLASSLENGTH, DBLON, SGLON, DBLBGT, SGLBGT, DBLOFF, "&_
"SGLOFF, TRPLAPT, DBLAPT FROM PROGRAMS INNER JOIN "&_
"LOCATIONLINK ON PROGRAMS.PROGRAMID = LOCATIONLINK.PROGRAMID "&_
"INNER JOIN LOCATIONS ON LOCATIONLINK.LOCATIONID = "&_
"LOCATIONS.LOCATIONID WHERE LOCATIONS.NAME='Shanghai' "&_
"AND PROGRAMS.TYPE='Chinese Language' ORDER BY NUMBER")
while not rs.eof
%>
| "><%=rs("NUMBER")%> |
<%=rs("startdate")%> - <%=rs("finishdate")%> |
<%
templength=rs("CLASSLENGTH")
if templength<0 then
templength = "N/A"
else
templength = templength&" weeks"
end if %><%=templength%> |
<%
tempcurrency=rs("DBLON")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLON")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("DBLBGT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLBGT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("DBLOFF")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLOFF")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("TRPLAPT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("DBLAPT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> |
<%
rs.movenext
wend
%>
| KUNMING |
<%
Set rs=conn.Execute("SELECT PROGRAMS.PROGRAMID AS PROGID, NUMBER, "&_
"CONVERT(char(11),startdate,100) AS startdate, "&_
"CONVERT(char(11),finishdate,100) as finishdate, "&_
"CLASSLENGTH, DBLON, SGLON, DBLBGT, SGLBGT, DBLOFF, "&_
"SGLOFF, TRPLAPT, DBLAPT FROM PROGRAMS INNER JOIN "&_
"LOCATIONLINK ON PROGRAMS.PROGRAMID = LOCATIONLINK.PROGRAMID "&_
"INNER JOIN LOCATIONS ON LOCATIONLINK.LOCATIONID = "&_
"LOCATIONS.LOCATIONID WHERE LOCATIONS.NAME='Kunming' "&_
"AND PROGRAMS.TYPE='Chinese Language' ORDER BY NUMBER")
while not rs.eof
%>
| "><%=rs("NUMBER")%> |
<%=rs("startdate")%> - <%=rs("finishdate")%> |
<%
templength=rs("CLASSLENGTH")
if templength<0 then
templength = "N/A"
else
templength = templength&" weeks"
end if
%><%=templength%> |
<%
tempcurrency=rs("DBLON")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLON")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("DBLBGT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLBGT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("DBLOFF")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLOFF")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("TRPLAPT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("DBLAPT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> |
<%
rs.movenext
wend
%>
| QINGDAO |
<%
Set rs=conn.Execute("SELECT PROGRAMS.PROGRAMID AS PROGID, NUMBER, "&_
"CONVERT(char(11),startdate,100) AS startdate, "&_
"CONVERT(char(11),finishdate,100) as finishdate, "&_
"CLASSLENGTH, DBLON, SGLON, DBLBGT, SGLBGT, DBLOFF, "&_
"SGLOFF, TRPLAPT, DBLAPT FROM PROGRAMS INNER JOIN "&_
"LOCATIONLINK ON PROGRAMS.PROGRAMID = LOCATIONLINK.PROGRAMID "&_
"INNER JOIN LOCATIONS ON LOCATIONLINK.LOCATIONID = "&_
"LOCATIONS.LOCATIONID WHERE LOCATIONS.NAME='Qingdao' "&_
"AND PROGRAMS.TYPE='Chinese Language' ORDER BY NUMBER")
while not rs.eof
%>
| "><%=rs("NUMBER")%> |
<%=rs("startdate")%> - <%=rs("finishdate")%> |
<%
templength=rs("CLASSLENGTH")
if templength<0 then
templength = "N/A"
else
templength = templength&" weeks"
end if
%><%=templength%> |
<%
tempcurrency=rs("DBLON")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLON")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("DBLBGT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLBGT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("DBLOFF")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLOFF")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("TRPLAPT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("DBLAPT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> |
<%
rs.movenext
wend
%>
| DALIAN |
<%
Set rs=conn.Execute("SELECT PROGRAMS.PROGRAMID AS PROGID, NUMBER, "&_
"CONVERT(char(11),startdate,100) AS startdate, "&_
"CONVERT(char(11),finishdate,100) as finishdate, "&_
"CLASSLENGTH, DBLON, SGLON, DBLBGT, SGLBGT, DBLOFF, "&_
"SGLOFF, TRPLAPT, DBLAPT FROM PROGRAMS INNER JOIN "&_
"LOCATIONLINK ON PROGRAMS.PROGRAMID = LOCATIONLINK.PROGRAMID "&_
"INNER JOIN LOCATIONS ON LOCATIONLINK.LOCATIONID = "&_
"LOCATIONS.LOCATIONID WHERE LOCATIONS.NAME='Dalian' "&_
"AND PROGRAMS.TYPE='Chinese Language' ORDER BY NUMBER")
while not rs.eof
%>
| "><%=rs("NUMBER")%> |
<%=rs("startdate")%> - <%=rs("finishdate")%> |
<%
templength=rs("CLASSLENGTH")
if templength<0 then
templength = "N/A"
else
templength = templength&" weeks"
end if
%><%=templength%> |
<%
tempcurrency=rs("DBLON")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLON")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("DBLBGT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLBGT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("DBLOFF")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLOFF")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("TRPLAPT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("DBLAPT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> |
<%
rs.movenext
wend
%>
| HANGZHOU |
<%
Set rs=conn.Execute("SELECT PROGRAMS.PROGRAMID AS PROGID, NUMBER, "&_
"CONVERT(char(11),startdate,100) AS startdate, "&_
"CONVERT(char(11),finishdate,100) as finishdate, "&_
"CLASSLENGTH, DBLON, SGLON, DBLBGT, SGLBGT, DBLOFF, "&_
"SGLOFF, TRPLAPT, DBLAPT FROM PROGRAMS INNER JOIN "&_
"LOCATIONLINK ON PROGRAMS.PROGRAMID = LOCATIONLINK.PROGRAMID "&_
"INNER JOIN LOCATIONS ON LOCATIONLINK.LOCATIONID = "&_
"LOCATIONS.LOCATIONID WHERE LOCATIONS.NAME='Hangzhou' "&_
"AND PROGRAMS.TYPE='Chinese Language' ORDER BY NUMBER")
while not rs.eof
%>
| "><%=rs("NUMBER")%> |
<%=rs("startdate")%> - <%=rs("finishdate")%> |
<%
templength=rs("CLASSLENGTH")
if templength<0 then
templength = "N/A"
else
templength = templength&" weeks"
end if
%><%=templength%> |
<%
tempcurrency=rs("DBLON")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLON")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("DBLBGT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLBGT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("DBLOFF")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLOFF")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("TRPLAPT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("DBLAPT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> |
<%
rs.movenext
wend
%>
| XIAN |
<%
Set rs=conn.Execute("SELECT PROGRAMS.PROGRAMID AS PROGID, NUMBER, "&_
"CONVERT(char(11),startdate,100) AS startdate, "&_
"CONVERT(char(11),finishdate,100) as finishdate, "&_
"CLASSLENGTH, DBLON, SGLON, DBLBGT, SGLBGT, DBLOFF, "&_
"SGLOFF, TRPLAPT, DBLAPT FROM PROGRAMS INNER JOIN "&_
"LOCATIONLINK ON PROGRAMS.PROGRAMID = LOCATIONLINK.PROGRAMID "&_
"INNER JOIN LOCATIONS ON LOCATIONLINK.LOCATIONID = "&_
"LOCATIONS.LOCATIONID WHERE LOCATIONS.NAME='Xian' "&_
"AND PROGRAMS.TYPE='Chinese Language' ORDER BY NUMBER")
while not rs.eof
%>
| "><%=rs("NUMBER")%> |
<%=rs("startdate")%> - <%=rs("finishdate")%> |
<%
templength=rs("CLASSLENGTH")
if templength<0 then
templength = "N/A"
else
templength = templength&" weeks"
end if
%><%=templength%> |
<%
tempcurrency=rs("DBLON")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLON")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("DBLBGT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLBGT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("DBLOFF")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLOFF")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("TRPLAPT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("DBLAPT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> |
<%
rs.movenext
wend
%>
| TIANJIN |
<%
Set rs=conn.Execute("SELECT PROGRAMS.PROGRAMID AS PROGID, NUMBER, "&_
"CONVERT(char(11),startdate,100) AS startdate, "&_
"CONVERT(char(11),finishdate,100) as finishdate, "&_
"CLASSLENGTH, DBLON, SGLON, DBLBGT, SGLBGT, DBLOFF, "&_
"SGLOFF, TRPLAPT, DBLAPT FROM PROGRAMS INNER JOIN "&_
"LOCATIONLINK ON PROGRAMS.PROGRAMID = LOCATIONLINK.PROGRAMID "&_
"INNER JOIN LOCATIONS ON LOCATIONLINK.LOCATIONID = "&_
"LOCATIONS.LOCATIONID WHERE LOCATIONS.NAME='Tianjin' "&_
"AND PROGRAMS.TYPE='Chinese Language' ORDER BY NUMBER")
while not rs.eof
%>
| "><%=rs("NUMBER")%> |
<%=rs("startdate")%> - <%=rs("finishdate")%> |
<%
templength=rs("CLASSLENGTH")
if templength<0 then
templength = "N/A"
else
templength = templength&" weeks"
end if
%><%=templength%> |
<%
tempcurrency=rs("DBLON")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLON")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("DBLBGT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLBGT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("DBLOFF")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("SGLOFF")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> | <%
tempcurrency=rs("TRPLAPT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> / <%
tempcurrency=rs("DBLAPT")
if tempcurrency>0 then
tempcurrency=FormatCurrency(tempcurrency,0)
else
tempcurrency="N/A"
end if
%><%=tempcurrency%> |
<%
rs.movenext
wend
%>
|