|
|
|
<%
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)
%>
|
|
|
Feria de Ruente 2008
|
 |
|
Location: Blogs Blog javiteran Personal javiteran |
 |
| Posted by: Javier Terán González |
lunes, 13 de octubre de 2008 21:16 |
Este año se espera una gran Feria de Ruente después de que ayer en Cabezón de la Sal hubiese mas de mil vacas Tudancas. También se espera mucho ganado equino y la representación de la Asociación de Criadores de Ganado Equino de raza Hispano-Bretón en Cantabria "Manadas".
Esperemos que el tiempo acompañe y que el día 26 de octubre haga un gran día de sol y podamos tener una buena fiesta.
Este es el cartel anunciador por si alguno quiere presentarse a concurso

Venga. Nos vemos ese fin de semana con una hora menos de sueño, todos los años ese día se cambia la hora.... recordad, a las 2:00 son las 3:00 (je, siempre me equivoco con esto). |
|
| Permalink |
Trackback |
Comments (6)
Add Comment
|
Re: Feria de Ruente 2008 |
By zipi on
martes, 14 de octubre de 2008 14:34 |
yo creo que a las 3 son las 2.no?ahora ya me lie yo tambien.bueno,por alla andaremos como todos los años.esperemos que el tiempo acompañe un poco.me conformo si hace como el año pasado.saludos.chao.
|
|
|
Re: Feria de Ruente 2008 |
By alguien on
miércoles, 15 de octubre de 2008 17:00 |
| A las 3 de la mañana son las 2,por lo tanto el día 26 de octubre tiene una hora más.Mis recuerdos de la feria de Ruente son entrañables,siempre estrenaba ropa,un año un amigo me dijo q parecia una maestra x una falda gris q llevaba,pero siempre esperaba q llegara la feria con emoción y disfrutaba un montón,además nos pasabamos el día entero en la calle.Gracias otra vez x hacernos recordar,aunque no es bueno vivir de recuerdos ,estos forman parte de nuestra vida. |
|
|
Re: Feria de Ruente 2008 |
By javiteran on
miércoles, 15 de octubre de 2008 21:29 |
Parece que por mayoría a las 3 son las 2.... Tengo una duda..... quien es zipi y quien es alguien. Obviamente sois del pueblo, pero no tengo claro quienes sois. Si os da corte decirlo en público mandarme un correo. Tengo curiosidad. Venga. Gracias por los comentarios |
|
|
Re: Feria de Ruente 2008 |
By E.Terán on
jueves, 23 de octubre de 2008 17:50 |
Javi, una duda::: asistirá a dicha feria doña Sarita Montiel??? jejej Seguro que es un reclamo histórico-social incluso podía dar algún campano.. Lo digo por las anteriores actualizaciones (es que se la veía muy agusto entre caballos jajaja).
espero que todo bien... |
|
|
Re: Feria de Ruente 2008 |
By BEN on
domingo, 27 de septiembre de 2009 10:49 |
| MUY BONITO PUEBLO,EL DIA DE LA FERIA UN PRECIOSO AMBIENTE,HABER SI EL TIEMPO ACOMPAÑA..LO RECOMIENDO COMO DIA FESTIVO PARA PASAR UN AGRADABLE DIA EN ESTE PUEBLO CANTABRO |
|
|
Re: Feria de Ruente 2008 |
By BEN on
domingo, 27 de septiembre de 2009 10:49 |
| MUY BONITO PUEBLO,EL DIA DE LA FERIA UN PRECIOSO AMBIENTE,HABER SI EL TIEMPO ACOMPAÑA..LO RECOMIENDO COMO DIA FESTIVO PARA PASAR UN AGRADABLE DIA EN ESTE PUEBLO CANTABRO |
|
|
|
|
|
|
<%
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)
%>
|
|
|
|
|
|