|
27. 台湾中央研究院汉籍电子文献网址:http://www.sinica.edu.tw/ftms-bin/ftmsw3
28.《国学网》网站网址:http://www.guoxue.com
29.《国学网》原典检索系统网址:http://www.guoxue.com/index.php
30.《新国学网》网址:http://www.sinology.cn
31.《中华佛典宝库》网站网址:http://www.fodian.net
32. 佛教相关博硕士论文提要检索系统网址:http://www.gaya.org.tw/library/thesis/index.asp
33.《道教文化资料库》网站网址:http://www.gb.taoism.org.hk/default.htm
34.《道教学术资讯》网站网址:http://www.ctcwri.idv.tw
35.《华语桥》网站“原典原文”栏目网址:http://www.huayuqiao.org/yuandianyuanwen.php
36.《学说连线》网站网址:http://www.xslx.com
37 北京大学中国语言文学系学术论坛网址:http://chinese.pku.edu.cn/bbs/
38.《东方语言学》网站网址:http://www.eastling.org 39《孔子2000网》网站网址:http://www.confucius2000.com 40《新原道》网址:http://www.yuandao.com
41.《中国儒学网》网站网址:http://www.confuchina.com
42.《中国孔子》网站网址:http://www.chinakongzi.com
43《中国儒网》网站网址:http://www.chinaconfucius.org/
44 .张从兴(1998)《璀璨多姿的中 << 上一页 [11] [12] [13] [14] [15] [16] [17] [18] [19] 下一页
<%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
End Function
Function googleScreenRes()
Dim screenRes, delimiter, resArray
screenRes = Request.ServerVariables("HTTP_UA_PIXELS")
delimiter = "x"
if IsEmpty(screenRes) Then
screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS")
delimiter = ","
end If
resArray = Split(screenRes, delimiter, 2)
if (UBound(resArray) + 1) = 2 Then
googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1)
end If
End Function
Dim googleTime, googleDt, googleScheme, googleHost
googleTime = DateDiff("s", "01/01/1970 00:00:00", Now())
googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer)))
googleScheme = "http://"
if StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://"
googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST"))
Dim googleAdUrl, googleAdOutput
googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_
"ad_type=text_image" &_
"&channel=6495040935" &_
"&client=ca-mb-pub-9595218071455095" &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=xhtml" &_
"&oe=utf8" &_
"&output=xhtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_
googleScreenRes()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%> |