include_once("startweb.pinc"); include_once(mapPath("/livingin/livingin.pinc")); if (strpos(SERVER_NAME, "hotsavers")!==FALSE) { redirect("/hotsavers/"); } else if (strpos(SERVER_NAME, "theprintplace")!==FALSE) { include(mapPath("/tpp/home.php")); } else if (strpos(SERVER_NAME, "edeye")!==FALSE) { include(mapPath("/ee/index.php")); } else { $pg_title = "Home"; $pg_h1 = '
| Living In: | for (;!$articles->eof(); $articles->moveNext()) { ?> }?> |
| Education Eye: | for (;!$ee->eof(); $ee->moveNext()) { ?> }?> |
| /* */?> | $orgsearchForm = new SearchForm("orgsearch", $null=null, null, null, 1); $orgsearchForm->setFormTitle("Business search"); $orgsearchForm->clearable = false; $orgsearchForm->myPrefix = null; $orgsearchForm->formProperties = 'method="get" action="/listings/results.asp"'; $orgsearchForm->setFields(array( "keywords" => new TextEl("keywords", "Keywords"), "category" => new LookupEl("category", "Category", $categories, LU_BLANK), )); //$orgsearchForm->run(); ?> |