[an error occurred while processing this directive] <% if request("id") <> "" then id = request("id") else id = 1 end if sql = "select * from content where id = " & id rs.open sql, con lawyer = rs("lawyers") pagename = rs("title") 'SET PAGE HEADER GRAPHIC headgraphic = "images/ll_header_" & pagename & ".gif" ' DETERMIN IF THIS SECTION HAS A TESTIMONIAL IF (request("id") = 6) THEN noTestimonial = true END IF %>
[an error occurred while processing this directive]
[an error occurred while processing this directive]
 



<% if rs("content") <> "" then response.write rs("content") end if %>


" ONMOUSEOVER="changeImages('btn_attorney', 'images/btn_attorney-over.gif'); return true;" ONMOUSEOUT="changeImages('btn_attorney', 'images/btn_attorney.gif'); return true;">


<% ' CODE ADDED ON 2006-07-31 BY MARTY BRUTVAN ' IF A NEW SECTION FOR THE SITE DOES NOT HAEV A TESTIMONIAL, THE LINK TO THE TESTIMONIAL PAGE NEEDS TO BE REMOVED %> <% IF noTestimonial <> true THEN %> <% END IF %>
<% ' CODE ADDED ON 2006-07-31 BY MARTY BRUTVAN ' IF A NEW SECTION FOR THE SITE DOES NOT HAEV A TESTIMONIAL, THE LINK TO THE TESTIMONIAL PAGE NEEDS TO BE REMOVED %> <% IF noTestimonial <> true THEN %>

<% ELSE %>

<% IF (request("id") = 6) THEN %>

<% END IF %>
<% END IF %>
<%= rs("caption") %>
<% ' CODE ADDED ON 2006-07-31 BY MARTY BRUTVAN ' IF A NEW SECTION FOR THE SITE DOES NOT HAEV A TESTIMONIAL, THE LINK TO THE TESTIMONIAL PAGE NEEDS TO BE REMOVED %> <% IF noTestimonial <> true THEN %>

<% END IF %>

[an error occurred while processing this directive]