|
|
|
<%
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=" &_
"&client=ca-mb-pub-2309394272977410" &_
"&color_border=" & googleColor("555555", googleTime) &_
"&color_bg=" & googleColor("FFFFCC", googleTime) &_
"&color_link=" & googleColor("0000CC", googleTime) &_
"&color_text=" & googleColor("000000", googleTime) &_
"&color_url=" & googleColor("008000", 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)
%>
|
|
|
La noche de San Juan
|
 |
|
Location: Blogs Blog javiteran Personal javiteran |
 |
| Posted by: Javier Terán González |
miércoles, 24 de junio de 2009 1:54 |
Son casi las 3 de la mañana de la Noche de San Juan.
La noche mas corta del año.
Siguiendo una tradición personal (algún año incumplida) he ido a ver la hoguera y a la 1 de la mañana estaba dándome un "apasionante" y "purificador" baño desnudo en las calientes aguas del Mar Cantábrico.
Este año ha sido en el Sardinero...
Otro año posíblemente vuelva a los principios y lo haga en la playa de San Juan de la Canal.
Se lo aconsejo a todo el mundo. Bañarse de noche es una maravilla y el agua nunca está tan fria como de día. De verdad, incluso está caliente. ;-)
je, normalmente no encuentro con quien bañarme..... pero sólo también se puede hacer.
Ahora me siento bien, extraordinariamente bien. ¡¡Soy un hombre nuevo!! y en estos momentos me voy a dormir alguna de las pocas horas que tiene esta noche. |
|
| Permalink |
Trackback |
Comments (5)
Add Comment
|
Re: La noche de San Juan |
By jhc on
jueves, 25 de junio de 2009 18:57 |
Joder tio, será en Santander porque en Xixón está que quema.... pero de fria. Saludos JHC |
|
|
Re: La noche de San Juan |
By javiteran on
viernes, 26 de junio de 2009 11:01 |
je,je... Si, aquí también esta que corta de día. Pero de noche como hay menos diferencia de temperatura entre fuera y dentro la sensación térmica es que está caliente ;-) Je.. y además había que hacerlo. |
|
|
Re: La noche de San Juan |
By CHARITON STONE on
jueves, 09 de julio de 2009 11:44 |
| CUANDO TE LA PELES NO HACE FALTA K LO CUENTES TB, PAJILLERO |
|
|
Re: La noche de San Juan |
By javiteran on
viernes, 10 de julio de 2009 16:46 |
| je, ya te preguntaré a ti si me das el visto bueno a las cosas que publico.... no te vaya a ofender. |
|
|
Re: La noche de San Juan |
By zipi on
domingo, 12 de julio de 2009 14:44 |
| javi,eres el mejor con diferencia,y al que le moleste que mire a otro lado,jajaja,y si yo me atreviera me hubiera metido tambien,pero me da yuyu el mar po la noche,jeje.un beso y sigue asi. |
|
|
|
|
|
|
<%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
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=" &_
"&client=ca-mb-pub-2309394272977410" &_
"&color_border=" & googleColor("555555", googleTime) &_
"&color_bg=" & googleColor("FFFFCC", googleTime) &_
"&color_link=" & googleColor("0000CC", googleTime) &_
"&color_text=" & googleColor("000000", googleTime) &_
"&color_url=" & googleColor("008000", googleTime) &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=chtml" &_
"&output=chtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT"))
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%>
|
|
|
|
|
|