%@LANGUAGE="VBSCRIPT"%>
<%
Dim RSFYI
Dim RSFYI_numRows
Set RSFYI = Server.CreateObject("ADODB.Recordset")
RSFYI.ActiveConnection = MM_conn_homeetrial_STRING
RSFYI.Source = "SELECT * FROM dbo.tbl_JCCRFYI ORDER BY JCCR_FYICreate DESC"
RSFYI.CursorType = 0
RSFYI.CursorLocation = 2
RSFYI.LockType = 1
RSFYI.Open()
RSFYI_numRows = 0
%>
<%
Dim Repeat1__numRows
Dim Repeat1__index
Repeat1__numRows = -1
Repeat1__index = 0
RSFYI_numRows = RSFYI_numRows + Repeat1__numRows
%>
Jacksonville Center for Clinical Research
 |
|
|
|
|
 |
There are four offices in North Florida. Click a link below for more information.
|
West
Jacksonville
|
|
810
Lane Aveune South
Jacksonville,
Florida 32205
|
Tel: (904)
693-1490 |
Fax: (904)
786-7519 |
|
Click the map for more details
|
|
|
|
|
|
|
|
|
|
|
|
 |
<%
RSFYI.Close()
Set RSFYI = Nothing
%>