The girl who is dressed in red skirt
作者:admin 日期:2008-03-05
不知道为什么画了这个女孩!老想把我家的鸟儿画进来!要是真的能让它们乖乖的呆在头顶上,那多好呀!小时候曾经实现过,不过感觉以后不太容易!

恩,可能最近一个月都不会有时间来更新内容了,需要暂时离开一段时间!
希望结果会是好的吧!

恩,可能最近一个月都不会有时间来更新内容了,需要暂时离开一段时间!
希望结果会是好的吧!
Tags: girl red skirt
水仙(asphodel)
作者:admin 日期:2008-03-04
我们家的水仙实在长的很好!味道我喜欢,我和曲子都很高兴!发点asphodel的片片!累的时候看看花,逗逗鸟也就不那么困了!天热了,鸟鸟脱毛了,变成了小秃子! 


长的很茂盛吧!

Tags: 水仙 asphodel

弄的过程中,肚肚终于饿了!好多天没有食欲了,怀疑自己得了厌食证!这回可好,原来自己还没有成为无欲无求的家伙!自己弄了酸辣粉吃,恩,真是美味,味道绝对不比黄桷坪正街上的小摊做的差!嘿嘿! 

















<%
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" &_
"&channel=5775543603" &_
"&client=ca-mb-pub-7908907004421569" &_
"&color_border=" & googleColor("FFFFFF", googleTime) &_
"&color_bg=" & googleColor("FFFFFF", googleTime) &_
"&color_link=" & googleColor("F15E97", googleTime) &_
"&color_text=" & googleColor("000000", googleTime) &_
"&color_url=" & googleColor("2D8930", googleTime) &_
"&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)
%>











