Presentación Presentación Volt Tour
L'Era de Baix
Situació
Hípica Casa Coll
Tenda el Ventador
La Vall de Boi
Galería
Visita virtual
Contacte
Avís legal
  Visitas: <% 'Dimension variables Dim fsoObject 'File System Object Dim tsObject 'Text Stream Object Dim filObject 'File Object Dim lngVisitorNumber 'Holds the visitor number Dim intWriteDigitLoopCount 'Loop counter to display the graphical hit count 'Create a File System Object variable Set fsoObject = Server.CreateObject("Scripting.FileSystemObject") 'Initialise a File Object with the path and name of text file to open Set filObject = fsoObject.GetFile(Server.MapPath("contador.txt")) 'Open the visitor counter text file Set tsObject = filObject.OpenAsTextStream 'Read in the visitor number from the visitor counter file lngVisitorNumber = CLng(tsObject.ReadAll) 'If the session variable is null or does not exsist then increment the counter number If isEmpty(Session("blnCounterSet")) = True Then 'Increment the visitor counter number by 1 lngVisitorNumber = lngVisitorNumber + 1 'Set the session variable to true Session("blnCounterSet") = True End if 'Create a new visitor counter text file over writing the previous one Set tsObject = fsoObject.CreateTextFile(Server.MapPath("contador.txt")) 'Write the new visitor number to the text file tsObject.Write CStr(lngVisitorNumber) 'Reset server objects Set fsoObject = Nothing Set tsObject = Nothing Set filObject = Nothing 'HTML output to display the visitor number 'Display the hit count as text 'Response.Write("Visitant n. ") 'response.Write(""&lngVisitorNumber&"") response.Write(lngVisitorNumber) %>
Web dissenyada per Online Grup

CENTRE HÍPIC CASA COLL

Petita empresa familiar que es dedica des de fa més de deu anys al mon del cavall , centrant la seva activitat mes important en el tema de les excursions tot i que oferim també servei de pupil·latge.

Que fem

  • Excursions de una i dues hores pels voltants del poble.
  • Excursions de mig dia o més llargues.
  • Excursions adaptades a grups.
  • Activitats per nens petits.
  • Excursions en carro.
  • Classes.
  • Cria de cavalls P.R.A. i P.R.E.
  • Tenim servei de bar i terrassa.

Situació

Ens trobareu a Barruera ,la Vall de Boí, a la entrada del poble a la mateixa carretera.

Informació i Reserves

Contacteu amb nosaltres als telèfons 973 694072 o 617057969 o visiteu-nos al Centre.

 




<% '====================================================================== select case lcase(request("mod")) case "contacto": server.Execute("asponline/mod/email/email.asp") case else: if request("u")="" then u="qsomos" else u = request("u") response.write(getFileContent(request("mod"), "cat/"&u&".htm", "", "", false, true)) end select '====================================================================== %>