%
$keywords=array();
require_once("../inc_config.php");
DebutCache();
global $dbhost,$dbuname,$dbname,$dbpass,$dbi,$IDV, $patterns,$replacements;
if (isset($module)) {
$modpath='mod_'.$module.'.php';
if (file_exists($modpath)) {
include($modpath);
} else {
die ("Désolé, le fichier n\'existe pas...");
}
$txtmodule=main_module();
}
$blockTitle=main_title();
require_once("../pub/visiteinc.php");
require_once("../pub/pubinc.php");
$titre="fred chauvat trouve pour vous : ";
$body="";
$Copyright="Frederic Chauvat";
$description="recherchez et comparez tous vos achats de DVD aux voyages en passant par les ordinateurs ";
$txtkeywords="moteur, acheter, achats, produits, produit, chercher, recherche, comparer, trouver ";
$Identifierurl="http://www.chauvat.com/";
$Revisitafter="30";
$header="";
$style="";
$Language="fr";
$Robots="index,follow";
$body="";
$pageOldOK=true;//permet de dire si on affiche ou pas l'ancienne pag
$TestFamille="";
$NomPage="";
$pFamille="";//paramettre famille si on a ca alors on recherche que cette famille
$tFamille=array();
$pFiltre="";//paramettre filtre alors on cherche le code plus la famille
$tFiltre=array();
$pRecherche="";//parametre de recherche
$tRecherche=array();
// définition des pubs en recherchant les mots clés
$pgauche=AffichePub('30');
$phaute=AffichePub('2');
$pdroite=AffichePub('3');
//$pdroite=$pdroite.AffichePub('21');
$pbas=AffichePub('20');
arsort($keywords);
$txtkeywords=implode(",",array_keys($keywords)).', '.$txtkeywords;
$keystopten=array_splice ($keywords,0,10);
%>