array("Condition" => "AND", "LIKE" => "NONE", "Value" => $_GET['n']))); $contentText = '

Standard Diagnosis

Try our online diagnosis. With more than 1600 conditions and in future, our Treatment Library informing you of treatment options for conditions. This will include a Drug Library with information regarding the Class of the Drug, relevant categories, the side-effects and adverse interactions with other drugs.

In no way can we ensure the 100% correctness of the information presented. This should not replace Professional Medical Consultation.

'; $standardFooter = _WWWROOT.com::makePath("/common files/everyonehealthy.com/Standard/footer.php"); $standardHeader = _WWWROOT.com::makePath("/common files/everyonehealthy.com/Standard/header.php"); $breadCrumbText = GenerateBreadCrumbs(); $footer = new IncludeOutput(); $footer->Configure( array("IncludeFile" => $standardFooter) ); $header = new IncludeOutput(); $header->Configure( array("IncludeFile" => $standardHeader) ); $breadcrumbs = new StringOutput(); $breadcrumbs->Configure( array("Text" => $breadCrumbText) ); $title = new StringOutput(); $title->Configure( array("Text" => "Free Diagnosis From Symptoms") ); $scripts = new IncludeOutput(); $scripts->Configure( array("IncludeFile" => "/home/apgrator/wwwroot/common files/everyonehealthy.com/Standard/Scripts.php") ); $navigation = new IncludeOutput(); $navigation->Configure( array("IncludeFile" => "/home/apgrator/wwwroot/common files/everyonehealthy.com/Standard/navigation.php") ); $content = new StringOutput(); $content->Configure( array("Text" => $contentText) ); $adwords = new StringOutput(); $adwords->Configure( array("Text" => "") ); $page = new EH2010Page(); $page->SetSection('Title', $title); $page->SetSection('Scripts', $scripts); $page->SetSection('StandardHeader', $header); $page->SetSection('Navigation', $navigation); $page->SetSection('Breadcrumbs', $breadcrumbs); $page->SetSection('Content', $content); $page->SetSection('AdWords', $adwords); $page->SetSection('StandardFooter', $footer); $page->Process(); $page->OutputPage(); ?>