% Dim strPageTitle:strPageTitle = "Gainesville TX : Acreage Horse Keeping Small : Horse Properties Texas : HorsemansRanch.com" Dim strPageKeywords:strPageKeywords = "Acreage Horse Keeping Small, Horse Properties Texas" Dim strPageMetaDesc:strPageMetaDesc = "If you are looking for a company who can help you for Acreage Horse Keeping Small and Horse Properties Texas Horsemansranch.com is a best place for you." Function Content Dim rstPageID, strPageID: Set rstPageID = GDAT_PullRecords(cnnMain, "*", "RealEstateAreas", "Page = 'gainesville_tx.asp'", "") strPageID = "" If Not rstPageID.EOF Then strPageID = rstPageID("RealEstateAreaID") End If rstPageID.Close: Set rstPageID = Nothing Dim rstAreaID, strAreaID: Set rstAreaID = GDAT_PullRecords(cnnMain, "*", "LinkLiteAreas", "Area = 'Gainesville, TX'", "") strAreaID = "" If Not rstAreaID.EOF Then strAreaID = rstAreaID("LinkLiteAreaID") End If rstAreaID.Close: Set rstAreaID = Nothing %>
|
||
|
Gainesville, TX <% Response.Write " [ View Amenities ]" & vbCrLf Response.Write " [ View Attractions ]" & vbCrLf Dim rstPortfolio: Set rstPortfolio = GDAT_PullRecords(cnnMain, "*", "Photos", "[Page] = 'gainesville_tx.asp' AND [Public] = 1", "[SortID]") If Not rstPortfolio.EOF Then Do While Not rstPortfolio.EOF Response.Write "[ " & rstPortfolio("Photo") & " ] " & vbCrLf rstPortfolio.MoveNext Loop rstPortfolio.Close: Set rstPortfolio = Nothing End If %>
|