|
|
|
<%
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)
%>
|
|
|
Pirámide de población
|
 |
|
Location: Blogs Blog javiteran Personal javiteran |
 |
| Posted by: Javier Terán González |
viernes, 11 de diciembre de 2009 2:08 |
Imagino que todo el mundo entiende la siguiente imagen.
 ¡Tened CUIDADO!. Está pirámide de población de Ruente casi no tiene base y si mucha cabeza.
Así que manos a la obra todo el mundo. Ahora que la construcción está un poco parada construyamos entre todos una buena base para que soporte nuestro peso en el futuro. ;-)
|
|
| Permalink |
Trackback |
Comments (9)
Add Comment
|
Re: Pirámide de población |
By Papá Noël on
jueves, 24 de diciembre de 2009 21:42 |
| Aplícate el cuento, mendrugo, que ya no eres un chaval y se te pasa el arroz ... |
|
|
Re: Pirámide de población |
By javiteran on
miércoles, 30 de diciembre de 2009 19:48 |
| Yo hago lo que puedo. Aún así por mucho que lo intente mis retoños no contarían en esa gráfica ;-) |
|
|
Re: Pirámide de población |
By Baltasar on
sábado, 02 de enero de 2010 16:14 |
| No mientas, bellaco, el otro día Gaspar y yo te vimos comprando condones en la farmacia de Cabezón. Mal vamos, Javi, mal vamos ... |
|
|
Re: Pirámide de población |
By javiteran on
lunes, 04 de enero de 2010 13:50 |
¿El comentario no está un poco fuera de lugar? Todavía no me ha dado por moderar los comentarios, pero todo puede ocurrir. ehhhh, primo!!!!!!! |
|
|
Re: Pirámide de población |
By Lockerz on
martes, 02 de febrero de 2010 19:54 |
Quieres consolas gratis, juegos, tablas de snowboard? Registrate en Lockerz y en 1 mes podras conseguir un juego para cualquier consola! simplemente manda tu correo a la web del final y en breves te mandaremos una invitacion http://yodelockerz.es.tt |
|
|
Re: Pirámide de población |
By Leire on
jueves, 10 de noviembre de 2011 14:24 |
Deberías hacer un arbol genealogico d los TERANES
|
|
|
Re: Pirámide de población |
By Leire on
jueves, 10 de noviembre de 2011 14:24 |
Deberías hacer un arbol genealogico d los TERANES
|
|
|
Re: Pirámide de población |
By Leire on
jueves, 10 de noviembre de 2011 14:24 |
Deberías hacer un arbol genealogico d los TERANES
|
|
|
Re: Pirámide de población |
By javiteran on
jueves, 10 de noviembre de 2011 17:39 |
Lo tendré en cuenta.
Algo tenía mi padre por ahí... pero hacer todo el arbol... je, igual somos miles.
Lo miraré. |
|
|
|
|
|
|
<%
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)
%>
|
|
|
|
|
|