<%'@LANGUAGE="VBSCRIPT"%>
[an error occurred while processing this directive]
[an error occurred while processing this directive]
<%
set rsEditorLinks = Server.CreateObject("ADODB.Recordset")
rsEditorLinks.ActiveConnection = MM_connEditorLinks_STRING
rsEditorLinks.Source = "SELECT DocumentID, Status, Title, Sorting FROM Documents WHERE Status = 'Active' AND Title <> 'Home Page' ORDER BY Sorting ASC, Title ASC"
rsEditorLinks.CursorType = 0
rsEditorLinks.CursorLocation = 2
rsEditorLinks.LockType = 3
rsEditorLinks.Open()
rsEditorLinks_numRows = 0
%>
<%
Dim Repeat4__numRows
Repeat4__numRows = -1
Dim Repeat4__index
Repeat4__index = 0
rsEditorLinks_numRows = rsEditorLinks_numRows + Repeat4__numRows
%>
<%
' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters
' create the list of parameters which should not be maintained
MM_removeList = "&index="
If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "="
MM_keepURL="":MM_keepForm="":MM_keepBoth="":MM_keepNone=""
' add the URL parameters to the MM_keepURL string
For Each Item In Request.QueryString
NextItem = "&" & Item & "="
If (InStr(1,MM_removeList,NextItem,1) = 0) Then
MM_keepURL = MM_keepURL & NextItem & Server.URLencode(Request.QueryString(Item))
End If
Next
' add the Form variables to the MM_keepForm string
For Each Item In Request.Form
NextItem = "&" & Item & "="
If (InStr(1,MM_removeList,NextItem,1) = 0) Then
MM_keepForm = MM_keepForm & NextItem & Server.URLencode(Request.Form(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)
if (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1)
if (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1)
' 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
%>
|
|
<% If VarMLSListing = "True" Then %>
<% End If %>
<% If VarEnableListing = "True" Then %>
<% End If %>
<% If VarShowEvents ="True" Then %>
<% End If %>
<% If VarShowBios ="True" Then %>
<% End If %>
<% If VarShowEditableLinks = "True" Then %>
<% If Not rsEditorLinks.EOF Or Not rsEditorLinks.BOF Then %>
<%
While ((Repeat4__numRows <> 0) AND (NOT rsEditorLinks.EOF))
%>
|
|
">"><%=(rsEditorLinks.Fields.Item("Title").Value)%> |
<%
Repeat4__index=Repeat4__index+1
Repeat4__numRows=Repeat4__numRows-1
rsEditorLinks.MoveNext()
Wend
%>
<% End If ' end Not rsEditorLinks.EOF Or NOT rsEditorLinks.BOF %>
<% End If %>
| |
Accredited
Buyers Representative |
Real
Estate Buyer's Agent Council |
|
| |
<%
rsEditorLinks.Close()
%>
|
About Us
|
<%
While ((Repeat1__numRows <> 0) AND (NOT rsAgents.EOF))
%>
<% If Not rsAgents.EOF Or Not rsAgents.BOF Then %>
 "> |
<%=(rsAgents.Fields.Item("first_name").Value)%> <%=(rsAgents.Fields.Item("last_name").Value)%>
<%=(rsAgents.Fields.Item("certifications").Value)%>
Area of Service: <%=(rsAgents.Fields.Item("hometown").Value)%>
<% If rsAgents.Fields.Item("phone").Value <> "" Then %>
Phone: <%=Replace((rsAgents.Fields.Item("phone").Value), "770-717-9830", "770-641-8090")%>
<% End If %>
<% If rsAgents.Fields.Item("fax").Value <> "" Then %>
Fax: <%=Replace((rsAgents.Fields.Item("fax").Value), "770-717-7340", "770-641-7209")%>
<% End If %>
<% If rsAgents.Fields.Item("cell").Value <> "" Then %>
Cell: <%=(rsAgents.Fields.Item("cell").Value)%>
<% End If %>
<% If rsAgents.Fields.Item("pager").Value <> "" Then %>
Pager: <%=(rsAgents.Fields.Item("pager").Value)%>
<% End If %>
"><%=(rsAgents.Fields.Item("email").Value)%> |
|
<%
' *** Hide text if empty ***
' *** RobGT Server Behaviour 111 - By RobGT - www.robgt.com ***
Dim RobGT_Var
RobGT_Var = (rsAgents.Fields.Item("personal_message").Value)
If RobGT_Var <> "" Then
Response.Write Replace(RobGT_Var,chr(13)," ")
End IF
%>
|
| .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . |
<% End If ' end Not rsAgents.EOF Or NOT rsAgents.BOF %>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
rsAgents.MoveNext()
Wend
%> <% If rsAgents.EOF And rsAgents.BOF Then %>
| There
are no agents currently listed, please check back soon.
|
<% End If ' end rsAgents.EOF And rsAgents.BOF %>
|
<% If MM_offset <> 0 Then %>
|««
First
<% End If ' end MM_offset <> 0 %>
|
<% If MM_offset <> 0 Then %>
«
Previous
<% End If ' end MM_offset <> 0 %>
|
<% If Not MM_atTotal Then %>
Next
»
<% End If ' end Not MM_atTotal %> |
<% If Not MM_atTotal Then %>
Last
»»|
<% End If ' end Not MM_atTotal %> |
|
|
| Back
to Top |
|