function pageLists($list){
global $post;
$currentUrl=$GLOBALS['currentUrl'];
//$currentUrl='https://' . $_SERVER['HTTP_HOST']. $_SERVER['REQUEST_URI'];
//$_SERVER['HTTP_HOST'] = www.sanaristikkofoorumi.net
//if($currentUrl=='https://www.sanaristikkofoorumi.net/wordpress/ristikkoapuneuvoja/')
//print_r( $_SERVER);
$vihjeanalyysit=stristr($currentUrl,'/'.SITEROOT.'/ristikot/vihjeanalyysit');
$ristikot=stristr($currentUrl,'/'.SITEROOT.'/ristikot/');
$videot=stristr($currentUrl,'/'.SITEROOT.'/ristikkoartikkelit/videot/');
$blogi=stristr($currentUrl,'/'.SITEROOT.'/blogikirjoitukset');
//$blogi = (is_page('173') || ($post->post_parent=="173"));
$tag=stristr($currentUrl,'/'.SITEROOT.'/tag/ristikot/');
$a0=stristr($currentUrl,'/'.SITEROOT.'/ristikkoartikkelit/');
$a1=stristr($currentUrl,'/'.SITEROOT.'/parhaimmat-ja');
$a2=stristr($currentUrl,'/'.SITEROOT.'/suoraan-netissa');
$a3=stristr($currentUrl,'/'.SITEROOT.'/ristikkoapuneuvoja/');
$a4=stristr($currentUrl,'/'.SITEROOT.'/netin-ilmais');
$a5=stristr($currentUrl,'/'.SITEROOT.'/joidenkin-');
$a6=stristr($currentUr,'/'.SITEROOT.'/ristikkorenki');
$a7=stristr($currentUrl,'/'.SITEROOT.'/is-extra');
$a8=stristr($currentUrl,'/'.SITEROOT.'/ohjeita-ibispaint');
$a9=stristr($currentUrl,'/'.SITEROOT.'/autodesk-sketchbook/');
$a10=stristr($currentUrl,'/'.SITEROOT.'/riittavan-hyva');
$a11=stristr($currentUrl,'/'.SITEROOT.'/piirtaminen-');
$a12=stristr($currentUrl,'/'.SITEROOT.'/luonnostelu/');
$a13=stristr($currentUrl,'/'.SITEROOT.'/medibang-paint/');
$a14=stristr($currentUrl,'/'.SITEROOT.'/kyna-ja-muut-');
$a15=stristr($currentUrl,'/'.SITEROOT.'/kyna-halvalle-');
$a16=stristr($currentUrl,'/'.SITEROOT.'/paremman-laa');
$a17=stristr($currentUrl,'/'.SITEROOT.'/valokuvankasittely/');
$a18=stristr($currentUrl,'/'.SITEROOT.'/saantohahmotelma-');
$a19=stristr($currentUrl,'/'.SITEROOT.'/ilmaiset-foo');
$a20=stristr($currentUrl,'/'.SITEROOT.'/foorumien-omin');
$a21=stristr($currentUrl,'/'.SITEROOT.'/laajempi-foorumi');
$a22=stristr($currentUrl,'/'.SITEROOT.'/ehdotukseni-');
$a23=stristr($currentUrl,'/'.SITEROOT.'/pc-tablet-t');
$a24=stristr($currentUrl,'/'.SITEROOT.'/chrome-os-ja'); /*
$muu1=stristr($currentUrl,'/'.SITEROOT.'/muutokset/');
$muu2=stristr($currentUrl,'/'.SITEROOT.'/tietoja/');
$muu3=stristr($currentUrl,'/'.SITEROOT.'/linkkeja/');
$muu4=stristr($currentUrl,'/'.SITEROOT.'/ohjeita/');
$muu5=stristr($currentUrl,'/'.SITEROOT.'/keskustelusaannot/');
$muu6=stristr($currentUrl,'/'.SITEROOT.'/chatbox/');
$muu6=stristr($currentUrl,'/'.SITEROOT.'/ota-yhteytta/');
$muu7=stristr($currentUrl,'/'.SITEROOT.'/asetukset/');
$muu8=stristr($currentUrl,'/'.SITEROOT.'/muut/');
$muut = $muu1 || $muu2 || $muu3 || $muu4 || $muu5 || $muu6 || $muu7 || $muu8;
*/
$muut=stristr($currentUrl,'/'.SITEROOT.'/muut/');
$howAlt=$videot || $blogi || $tag || $ristikot || $a1 || $a2 || $a3 || $a4 || $a5 || $a6 || $a7 || $a8 || $a9 || $a10;
$articles=$tag || $a0 || $a1 || $a2 || $a3 || $a4 || $a5 || $a6 || $a7 || $a8 || $a9 || $a10 || $a11 || $a12 || $a13 || $a14 || $a15 || $a16 || $a17 || $a18 || $a19 || $a20 || $a21 || $a22 || $a23 || $a24;
$articles2=$tag || $a0 || $a1 || $a2 || $a3 || $a4 || $a5 || $a6 || $a7 || $a8 || $a9 || $a10 || $a11 || $a12 || $a13 || $a14 || $a15 || $a16 || $a17 || $a18 || $a19 || $a20 || $a21 || $a22 || $a23 || $a24 || $videot || $ristikot;
$articles3=$a1 || $a2 || $a3 || $a4 || $a5 || $a6 || $a7 || $a8 || $a9 || $a10;
$list =array();
$list[0]=$blogi;
$list[1]=$articles;
$list[2]=$articles2;
$list[3]=$muut;
$list[4]=$articles3;
$list[5]=$ristikot;
$list[6]=$videot;
$list[7]=$tag;
$list[8]=$vihjeanalyysit;
return $list;
}