|
<% if aTmpArray(14,j) <> "" then %>
<% else
end if%>
<% if aTmpArray(5,j) <> "" then %>
<% else
end if%> |
|
<%=aTmpArray(1,j)%> <%=aTmpArray(2,j)%>
- <%=aTmpArray(4,j)%> |
<%if aTmpArray(14,j) <> "" then %>
|
w:
>
<%=aTmpArray(14,j)%> |
<%else
end if%>
|
e:
<%=aTmpArray(3,j)%> |
|
cell: |
<%
sAreaCode = mid(aTmpArray(7,j),1,3)
sPhonePrefix = mid(aTmpArray(7,j),4,3)
sPhoneSuffix = mid(aTmpArray(7,j),7,4)
sAgentCell = sAreaCode & "." & sPhonePrefix & "." & sPhoneSuffix
Response.Write sAgentCell
%>
|
ofc: |
<%if aTmpArray(10,j) <> "" then
sAreaCode = mid(aTmpArray(10,j),1,3)
sPhonePrefix = mid(aTmpArray(10,j),4,3)
sPhoneSuffix = mid(aTmpArray(10,j),7,4)
sAgentOffice = sAreaCode & "." & sPhonePrefix & "." & sPhoneSuffix
Response.Write sAgentOffice
%>
ext: <%=aTmpArray(11,j)%>
<% else
end if%> |
|
home: |
<%if aTmpArray(8,j) <> "" then
sAreaCode = mid(aTmpArray(8,j),1,3)
sPhonePrefix = mid(aTmpArray(8,j),4,3)
sPhoneSuffix = mid(aTmpArray(8,j),7,4)
sAgentHome = sAreaCode & "." & sPhonePrefix & "." & sPhoneSuffix
Response.Write sAgentHome
else
end if
%>
|
direct: |
<%if aTmpArray(12,j) <> "" then
sAreaCode = mid(aTmpArray(12,j),1,3)
sPhonePrefix = mid(aTmpArray(12,j),4,3)
sPhoneSuffix = mid(aTmpArray(12,j),7,4)
sAgentDirect = sAreaCode & "." & sPhonePrefix & "." & sPhoneSuffix
Response.Write sAgentDirect
else
end if
%>
|
|
fax: |
<%if aTmpArray(9,j) <> "" then
sAreaCode = mid(aTmpArray(9,j),1,3)
sPhonePrefix = mid(aTmpArray(9,j),4,3)
sPhoneSuffix = mid(aTmpArray(9,j),7,4)
sAgentFax = sAreaCode & "." & sPhonePrefix & "." & sPhoneSuffix
Response.Write sAgentFax
else
end if
%>
|
toll free: |
<%if aTmpArray(13,j) <> "" then
sAreaCode = mid(aTmpArray(13,j),1,3)
sPhonePrefix = mid(aTmpArray(13,j),4,3)
sPhoneSuffix = mid(aTmpArray(13,j),7,4)
sAgentTollFree = "1." & sAreaCode & "." & sPhonePrefix & "." & sPhoneSuffix
Response.Write sAgentTollFree
else
end if
%>
|
|