<%@LANGUAGE="VBSCRIPT"%> <% set rsLegal = Server.CreateObject("ADODB.Recordset") rsLegal.ActiveConnection = MM_connWS_STRING rsLegal.Source = "SELECT * FROM services" rsLegal.CursorType = 0 rsLegal.CursorLocation = 2 rsLegal.LockType = 3 rsLegal.Open() rsLegal_numRows = 0 %> <% set rsPAIntro = Server.CreateObject("ADODB.Recordset") rsPAIntro.ActiveConnection = MM_connWS_STRING rsPAIntro.Source = "SELECT PAtxt FROM PracticeAreas" rsPAIntro.CursorType = 0 rsPAIntro.CursorLocation = 2 rsPAIntro.LockType = 3 rsPAIntro.Open() rsPAIntro_numRows = 0 %> Weaver, Simmons LLP :: Practice Areas
home | email
<%=(rsPAIntro.Fields.Item("PAtxt").Value)%>
Legal Services listed by Practice Area
 
233 Brady Street, Suite 400 • Sudbury, Ontario P3B 4H5 • tel: 705.674.6421
fax: 705.674.9948 • email: thefirm@weaversimmons.com
<% rsLegal.Close() %> <% rsPAIntro.Close() %>