% dim oPage set oPage = New Page %>
![]() |
|||||
|
|||||
©
2009 By Alliance Medical Services. All Rights Reserved. <% 'SHOW PRINT VIEW LINK oPage.Template_Print_Link = "Print View" oPage.Show_Print() %> <% 'SHOW SITE MAP LINK oPage.Template_SiteMap_Link = "Site Map" oPage.Show_SiteMap() %> <% 'SHOW LOGIN/LOGOUT LINKS if session("user_id")="" then response.Write "Login" else response.Write "View Applicants Logout" end if %> |