Just who is a domestic violence victim? Well, the Tennessee State Legislature defines who is a domestic violence victim by statute. I am glad it is defined because it eliminates any debate. Here’s the definition straight from the Tennessee Code.
function RedirectUrl(strRealPath, strLookFor, strResolve)
{
//alert(“Calling RedirectUrl”);
strCurrentLocation=” + window.location;
nQueryIndex=strCurrentLocation.indexOf(“?”);
if(nQueryIndex!=-1)
{
strQuery=strCurrentLocation.substr(nQueryIndex, strCurrentLocation.length);