<%@language="vbScript"%> <% if Request.servervariables("remote_addr") <> "216.248.14.16" then Dim objFSO, objCountFile Dim iCount Dim I Set objFSO = Server.CreateObject("Scripting.FileSystemObject") Set objCountFile = objFSO.OpenTextFile(Server.MapPath("counter/counter.cnt"), 1, True) If Not objCountFile.AtEndOfStream Then iCount = CLng(objCountFile.ReadAll) Else iCount = 0 objCountFile.Close iCount = iCount + 1 Set objCountFile = objFSO.CreateTextFile(Server.MapPath("counter/counter.cnt"),True) objCountFile.Write iCount objCountFile.Close Set objFSO = nothing set objCountFile = nothing set I = Nothing end if %> New Page 4


109 North Castle Heights Avenue
Lebanon, Tennessee 37087
Telephone:      (615) 444-1433
Fax (Legal):     (615) 443-8775
Fax (Real Estate):    (615) 443-3846


Attorneys affiliated with this firm are licensed to practice law in the State of Tennessee. Tennessee law requires that we inform you that this is an advertisement. Information found on this website is not intended as legal advice. Persons reading information found on this website should not act upon this information without seeking the advice of an attorney. 

Your visit to this website does not constitute an attorney-client relationship between you and Rochelle, McCulloch & Aulds, P.L.L.C. Although we want to hear from you, we ask that you do not provide us any information concerning any matter in which you are, or potentially may be, involved until verification is made by us as to any potential conflicts of interest. Engagement of the services of Rochelle, McCulloch & Aulds, P.L.L.C. and its attorneys must be in writing. 


Thank you for being Visitor <%=iCount%>