<%@LANGUAGE='VBSCRIPT' CODEPAGE='1252'%> [an error occurred while processing this directive] [an error occurred while processing this directive] <% CI_Page_Title = "Home" CI_Page_KeyWords = "" CI_Page_Description = "" 'Load Template set objHttp = Server.CreateObject("Microsoft.XMLHTTP") ' set objHttp = Server.CreateObject("Msxml2.ServerXMLHTTP") Path = s_ & "/___WebSiteSupportFiles/Themes/" & CI_Global_Theme & "/general/Template.asp?P=F" query = "KeyWords=&Description=&Title=Home" objHttp.open "POST", Path, false objHttp.setRequestHeader "Content-type", "application/x-www-form-urlencoded" objHttp.Send query Response.Write(objHttp.responseText) Set objHttp = nothing %>
All Types of Accidents
Work Related Injuries
General Civil Matters
Medical Malpractice
Commercial Disputes
Family Law/Matrimonial
Inmigration
Wrongful Death
Insurance Coverage Disputes
Aviation Disasters
Wills and Probate
Stockbroker Fraud
<% 'Future Options 'Load Template set objHttp = Server.CreateObject("Microsoft.XMLHTTP") ' set objHttp = Server.CreateObject("Msxml2.ServerXMLHTTP") Path = s_ & "/___WebSiteSupportFiles/Themes/" & CI_Global_Theme & "/general/Template.asp?P=L" objHttp.open "GET", Path, false objHttp.Send Response.Write(objHttp.responseText) Set objHttp = nothing %>