{runphp}
include(‘includes/jrlIncludes/indexContent.php’);
$vararray = dynamicContent();
//$staticarray = staticContent();
//echo ‘
‘;
//echo $staticarray[‘title’].’
‘;
//echo $staticarray[‘content’].’
‘;
//echo ‘
‘;
//echo ‘
‘;
//echo ‘
‘;
//echo ‘
‘;
//echo ‘
‘;
echo $vararray[0][‘title’].’
‘;
echo $vararray[0][‘content’].’
‘;
echo ‘
‘;
echo ‘
‘;
echo $vararray[1][‘title’].’
‘;
echo $vararray[1][‘content’].’
‘;
echo ‘
‘;
echo ‘
‘;
echo $vararray[2][‘title’].’
‘;
echo $vararray[2][‘content’].’
‘;
echo ‘
‘;
echo ‘
‘;
echo $vararray[3][‘title’].’
‘;
echo $vararray[3][‘content’].’
‘;
echo ‘
‘;
echo ‘
‘;
echo $vararray[4][‘title’].’
‘;
echo $vararray[4][‘content’].’
‘;
echo ‘
‘;
include(‘includes/jrlIncludes/domconn.php’);
// code to create title tags and analytics code generation
$titledatasql = “SELECT title,city,state FROM rehabsites WHERE domainname = ‘”.$_SERVER[‘SERVER_NAME’].”‘”;
$titledatares = mysql_query($titledatasql);
$titledatarray = mysql_fetch_assoc($titledatares);
$titledisp = $titledatarray[‘title’];
$citydisp = $titledatarray[‘city’];
$statedisp = $titledatarray[‘state’];
$outstring2 = <<
Further, when attempting to seek $titledisp in $citydisp $statedisp, you may discover that the person you were seeking help for either doesn`t seem to want help at this time or has changed their mind about getting into a $titledisp at all. This can mean ultimate frustration because the very person you want to help seems to be fighting against you every step of the way.
In $citydisp $statedisp we can help you identify the $citydisp $statedisp resource you are looking for; one which has a real chance at saving your loved one`s life. Further, we have resources that can be available to you in $citydisp $statedisp to help with intervention or consultation to assist in getting the person you love to see that they need help and follow through with the admission process. Call our hot-line today and we will help you locate the $titledisp for $citydisp $statedisp you seek and get recovery started immediately.
DYNLINKS2;
echo $outstring2;
{/runphp}