|
文网络》,新加坡:1998年3月29日《联合早报》,页2
45.《网同纪念馆》网站网址:http://www.netor.com
46. 刘易(2004)《中国人网上祭黄帝民政部倡导清明网上祭扫》,中国:2004年4月3日《北京娱乐信报》(http://www.ciweekly.com/enews/inforcenter/A20040403299715_1.html)
47.《中国孔子》网站“网上祭孔”网址:http://www.chinakongzi.com/2550/2.htm
48.《黄帝网陵》网站网址:http://cul.sina.com.cn/2004hdl/
49.同注35
50. “同光十三绝”是郝兰田,张胜奎,梅巧玲,刘赶三,余紫云,程长庚,徐小香,时小福,杨鸣玉,卢胜奎,朱莲芬,谭鑫培,杨月楼一十三位活跃于同治,光绪年间的京剧艺人。
51. 沈立来《聊聊京剧票房》(http://www.dongdongqiang.com/wspy/084.htm)
52.同注39
53. 同注39
54. 中国京剧艺术网网址:http://www.jingjuok.com
55. 中国京剧戏考网站网址:http://www.xikao.com 56小豆子《关于中国京剧戏考网站的剧本》(http://www.xikao.com/reference/about.htm)
57. 中国秦腔网网址:http://www.qinqiang.com
58. 唐雪薇(2004)《网吧里办秦腔网的刘彭涛(下)》,中国:2004年5月8日《北京娱乐信报》(http://www.stardaily.com.cn/view.asp id=97268)
59. 同注46
60. 方舟子,莲波《莲舟唱和集》(http://www.xys.org/fang/doc/poetry/lianzhou.txt)
61 喵喵2001《书忠王书后》(http://www.shi300.cn/LB5000XP/topic.cgi forum=3&topic=11&show=0)
62.抱朴子《牡丹赋》( << 上一页 [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)
%> |