<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim rs_lugares Dim rs_lugares_numRows Set rs_lugares = Server.CreateObject("ADODB.Recordset") rs_lugares.ActiveConnection = MM_cn_hisnatiba_STRING rs_lugares.Source = "SELECT DISTINCT Lugares.Id_lugar, Lugares.Lugar, Lugares.Foto, Lugares.Ampliada FROM Lugares, Patrimonio WHERE Patrimonio.Lugar=Lugares.Id_lugar AND Patrimonio.Categoria='Protohistoria' ORDER BY Lugares.Lugar" rs_lugares.CursorType = 0 rs_lugares.CursorLocation = 2 rs_lugares.LockType = 1 rs_lugares.Open() rs_lugares_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rs_lugares_numRows = rs_lugares_numRows + Repeat1__numRows %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> Hisn Atiba - Patrimonio de la Protohistoria

 
<% While ((Repeat1__numRows <> 0) AND (NOT rs_lugares.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rs_lugares.MoveNext() Wend %>
Patrimonio de la Protohistoria

El comercio con unos habitantes venidos de fuera a las costas malagueñas; los fenicios, y las implicaciones que las influencias de estos y otros pueblos mediterráneos tuvieron en los habitantes originarios de nuestras tierras hicieron que una nueva época se iniciara: la protohistoria y dentro de ella el mundo íbero, sin duda uno de los más florecientes y que más restos históricos nos ha dejado. Aparte de los numerosísimos pequeños asentamientos de la época en las zonas de Peñarrubia, Nina, etc., sin duda el lugar más importante de esta época es el Recinto fortificado u "Oppidum" de Los Castillejos.

Este lugar debió ser el centro de un territorio que abarcaría, al menos, la mayoría de la actual comarca del Guadalteba y que, con el apoyo de otros asentamientos secundarios, posiblemente dependientes de Los Castillejos como El Cerro del Almendro, El Castillón de Gobantes o el Espolón del Guadalhorce (estos dos últimos en el actual Término Municipal de Campillos), controlaría todos los terrenos adyacentes mediante la explotación de un sistema económico basado, principalmente, en la agricultura y la ganadería. Las aristocracias íberas se asentarían en estos centros principales (en Los Castillejos debía vivir el Rey o Jefe del territorio) y serían las que controlarían el comercio con los pueblos colonizadores asentados en la Costa, intercambiando bienes denominados "de prestigio" como cerámicas de lujo y otro tipo de manufacturas por materias primas de nuestra zona.

Sin duda este sistema sufriría evoluciones y cambios a través de los siglos que dura la protohistoria, pero sin duda ninguno tan importante como aquél que propiciaría el final del sistema descrito, como consecuenca de la invasión de la Península Ibérica y la llegada a nuestras tierras de otro pueblo invasor que llegaría para quedarse: los romanos.

  " target="_blank"> width="100" border="2" align="middle">
   

 

<% rs_lugares.Close() Set rs_lugares = Nothing %>