Flarupgaard

Flarupgaard

()
0) { echo '
Click here for more info about Flarupgaard
'; } else { echo '

'; } // ----------------------------------------------------------------------------------- // SEARCH PICTURES IN DATABASE AND PUT IN ARRAY // ----------------------------------------------------------------------------------- $suwo = "Flarupgaard"; // --------------------------------------- // READ INFOS FOR COLOR AND TIME BACK TO MARK NEW PICS // --------------------------------------- $zeile="";$werbung="";$fp = fopen("../neuebilder.txt","r");$zeile=fgets($fp);$zeiten=explode(";", $zeile);$rotzeit=$zeiten[0];$gelbzeit=$zeiten[1];fclose ($fp);// COUNT $zeile="";$werbung="";$fp = fopen("../anzahleng.txt","r");$zeile=fgets($fp);$bildzahl=$zeile;fclose ($fp);// COLOURS $zeile="";$werbung="";$fp = fopen("../boxfarbe.txt","r");$zeile=fgets($fp);$farben=explode(";", $zeile);$boxfarbe=$farben[0];$schriftfarbe=$farben[1];$bildtexte=$farben[2];$suchtexte=$farben[3];$bildtexteb=$farben[4];fclose ($fp); // -------------------------------------------------------------- // GET PICTURES FROM DATABASE AND WRITE TO ARRAY // -------------------------------------------------------------- $abfrage = "SELECT * FROM pictures WHERE blocker NOT LIKE 'blocked' && ( suwos LIKE '% ".$suwo." %' || suwos LIKE '".$suwo." %' || suwos LIKE '% ".$suwo."' || suwos LIKE '".$suwo."' || titeleng LIKE '% ".$suwo." %' || titeleng LIKE '".$suwo." %' || titeleng LIKE '% ".$suwo."' || titeleng LIKE '".$suwo."' || artnameeng LIKE '% ".$suwo." %' || artnameeng LIKE '".$suwo." %' || artnameeng LIKE '% ".$suwo."' || artnameeng LIKE '".$suwo."' || latein LIKE '% ".$suwo." %' || latein LIKE '".$suwo." %' || latein LIKE '% ".$suwo."' || latein LIKE '".$suwo."' ) ORDER BY uploaddate DESC "; $result = mysqli_query ($link, $abfrage); $num=mysqli_num_rows($result); $multipli=$page * $bildzahl; $i=1+$multipli; $y=0+$multipli; $biswann = $y+$bildzahl; if ( $biswann > $num ) { $bis = $num; } else { $bis = $biswann; } while ($y < $bis) { mysqli_data_seek($result,$y); $res = mysqli_fetch_assoc($result); $array[$i][0]=$res["autor"]; $array[$i][2]=$res["pfad"]; $array[$i][5]=$res["titeleng"]; $array[$i][5]=str_replace("..high..","'",$array[$i][5]); $array[$i][10]=$res["uploaddate"]; $array[$i][1]=$res["latein"]; $array[$i][3]=$res["titelde"]; $array[$i][3]=str_replace("..high..","'",$array[$i][3]); $array[$i][4]=$res["suwos"]; $array[$i][6]=$res["artnamede"]; $array[$i][6]=str_replace("..high..","'",$array[$i][6]); $array[$i][7]=$res["infotextde"]; $array[$i][8]=$res["infotexteng"]; $array[$i][9]=$res["artnameeng"]; $array[$i][9]=str_replace("..high..","'",$array[$i][9]); $array[$i][10]=$res["kamera"]; $array[$i][11]=$res["konverter"]; $array[$i][12]=$res["objektiv"]; $array[$i][13]=$res["uploaddate"]; $array[$i][14]=$res["breite"]; $array[$i][15]=$res["hoehe"]; $array[$i][16]=$res["tb"]; $array[$i][17]=$res["th"]; $i++;$y++; } $treffer = $num; if ($page<0) { $page=0; } $zaehlvon=(($page*$bildzahl)+1); // Anfangs und $zaehlbis=(($page*$bildzahl)+$bildzahl); if ($zaehlbis > $treffer) { $zaehlbis=$treffer; // falls Endbild ausserhalb der gefundenen Bilder, dann Endbild auf letztes Bild setzen } if ($zaehlvon <0) { $zaehlvon = 0; } // ------------------------------------------------------------------------ // VOR und ZURÜCKBUTTONS werden bei Bedarf kreiert // if ($treffer>0) { $zabis=$zaehlbis; echo ("
$zaehlvon - $zabis of $treffer Photos
"); echo '
'; if ($zaehlbis < $treffer) { $weiter=$page+1; $cacheoff=time(); echo (''); } if ($zaehlvon >1 ) { $weiter=$page-1; $cacheoff=time(); echo ('  <<<--- BACK  '); } echo('
'); } // // ----------------------------------------------------------- // ----------------------------------------------------------- // Anzeige der TREFFER // ----------------------------------------------------------- if ( $zaehlvon == $zaehlbis ) { echo '
'; } if ( ($zaehlvon+1) == $zaehlbis ) { echo '
'; } if ( ($zaehlvon+1) < $zaehlbis ) { echo '
'; } $suchhilfe="";$bildzaehler=0; // COOKIES AUTOMATISCH ALS GESETZT MARKIEREN // $dnpsyst="ok"; for ($x=$zaehlvon;$x <= $zaehlbis;$x++) // Eine Schleife soll jetzt alle Treffer durchlaufen. { $bildzaehler++;$bildpfad=$array[$x][2];$bildname=$bildpfad;$teilen= explode("/",$bildpfad);$nurname = $teilen[1];$thetitel[$bildzaehler]=$array[$x][5];$theartname[$bildzaehler]=$array[$x][6];$thelatein[$bildzaehler]=$array[$x][1];$theautor[$bildzaehler]=$array[$x][0];$theinfotext[$bildzaehler]=$array[$x][8];$theenglish[$bildzaehler]=$array[$x][9];$thesuwos[$bildzaehler]=$array[$x][4];$thebildname[$bildzaehler]=$bildname;$thethumb[$bildzaehler]="https://www.naturfotografie-digital.de/".$bildname."thumb.jpg";$thekamera[$bildzaehler]=$array[$x][10];$thekonverter[$bildzaehler]=$array[$x][11];$theobjektiv[$bildzaehler]=$array[$x][12]; $suchinfos3=". ".$array[$x][4].".".$array[$x][0]." ";$suchhilfe=$suchhilfe." - ".$array[$x][3]." - ".$array[$x][7]." ".$array[$x][6]." ( ".$array[$x][1]." ) "; $thebest[$bildzaehler]=$teilen[1];$breit[$bildzaehler]=$array[$x][14];$hoch[$bildzaehler]=$array[$x][15]; $a=time(); $bildpfad="https://www.digital-nature-photography.com/nature/".$bildpfad."thumb.jpg"; // Dem Bildpfad wird jetzt die Endung für das Thumbnail angebaut. $bildin[0]=$array[$x][16]; $bildin[1]=$array[$x][17]; $mtop = (215-40-$bildin[1])/2; $mtopu = (number_format ( $mtop,0))-1; echo'
'; echo ''.$array[$x][9].' - '.$array[$x][5].' '; // Das Bild wird auf die Seite geknallt. // WENN WARENKORB MÖGLICH ----- if ($nfdkorb=="ok") { echo '
'; $bestnr = explode("/",$bildname); if ( (substr_count($alleartikel, "uuuzzzuuu".$bestnr[1]."uuuzzzuuu")) < 1) { echo ' '; echo 'Add To Lightbox '; } else { echo ' '; echo 'Delete From Lightbox '; } echo '

'.$array[$x][5].'

'; $diezeit=time();$jetzt=$diezeit-$gelbzeit; if ($jetzt<$array[$x][13]) { $jetzt=$diezeit-$rotzeit; if ($jetzt<$array[$x][13]){echo '
- NEW -
';} else {echo '
- NEU -
';} } // ----- Neue Bilder Ende // --------------------------- echo '
'; } else // WENN NICHT MÖGLICH { echo '

'.$array[$x][5].'

'; $diezeit=time();$jetzt=$diezeit-$gelbzeit; if ($jetzt<$array[$x][13]) { $jetzt=$diezeit-$rotzeit; if ($jetzt<$array[$x][13]){echo '
- NEW -
';} else {echo '
- NEU -
';} } // ----- Neue Bilder Ende // --------------------------- echo '
'; } // ---- $x++; if ($x <= $zaehlbis) { $bildpfad=$array[$x][2];$teilen= explode("/",$bildpfad);$nurname = $teilen[1];$suchinfos1=". ".$array[$x][4]." ".$array[$x][0]."! ";$suchhilfe=$suchhilfe." - ".$array[$x][3]." - ".$array[$x][7]." ".$array[$x][6]." ( ".$array[$x][1]." ) ";$bildname=$bildpfad;$bildzaehler++;$thetitel[$bildzaehler]=$array[$x][5];$theartname[$bildzaehler]=$array[$x][6];$thelatein[$bildzaehler]=$array[$x][1];$theautor[$bildzaehler]=$array[$x][0];$theinfotext[$bildzaehler]=$array[$x][8];$theenglish[$bildzaehler]=$array[$x][9]; $thesuwos[$bildzaehler]=$array[$x][4];$thebildname[$bildzaehler]=$bildname;$thethumb[$bildzaehler]="https://www.naturfotografie-digital.de/".$bildname."thumb.jpg";$thekamera[$bildzaehler]=$array[$x][10];$thekonverter[$bildzaehler]=$array[$x][11];$theobjektiv[$bildzaehler]=$array[$x][12]; $thebest[$bildzaehler]=$teilen[1];$breit[$bildzaehler]=$array[$x][14];$hoch[$bildzaehler]=$array[$x][15]; $a=time(); $bildpfad="https://www.digital-nature-photography.com/nature/".$bildpfad."thumb.jpg"; // Dem Bildpfad wird jetzt die Endung für das Thumbnail angebaut. $bildin[0]=$array[$x][16]; $bildin[1]=$array[$x][17]; $mtop = (215-40-$bildin[1])/2; $mtopu = (number_format ( $mtop,0))-1; echo'
'; echo''.$array[$x][9].' - '.$array[$x][5].' '; // Das Bild wird auf die Seite geknallt. // Wenn Warenkrob möglich if ($nfdkorb=="ok") { echo '
'; $bestnr = explode("/",$bildname); if ( (substr_count($alleartikel, "uuuzzzuuu".$bestnr[1]."uuuzzzuuu")) < 1) { echo ' '; echo 'Add To Lightbox '; } else { echo ' '; echo 'Delete From Lightbox '; } echo '

'.$array[$x][5].'

'; $diezeit=time();$jetzt=$diezeit-$gelbzeit; if ($jetzt<$array[$x][13]) { $jetzt=$diezeit-$rotzeit; if ($jetzt<$array[$x][13]) {echo '
- NEW -
';} else {echo '
- NEU -
';} } echo'
'; } else // Wenn Cookies nicht möglich { echo '

'.$array[$x][5].'

'; $diezeit=time();$jetzt=$diezeit-$gelbzeit; if ($jetzt<$array[$x][13]) { $jetzt=$diezeit-$rotzeit; if ($jetzt<$array[$x][13]) {echo '
- NEW -
';} else {echo '
- NEU -
';} } echo'
'; } } $x++; if ($x <= $zaehlbis) { $bildpfad=$array[$x][2];$bildname=$bildpfad;$teilen= explode("/",$bildpfad);$nurname = $teilen[1];$bildzaehler++;$thetitel[$bildzaehler]=$array[$x][5];$theartname[$bildzaehler]=$array[$x][6];$thelatein[$bildzaehler]=$array[$x][1];$theautor[$bildzaehler]=$array[$x][0];$theinfotext[$bildzaehler]=$array[$x][8];$theenglish[$bildzaehler]=$array[$x][9]; $thesuwos[$bildzaehler]=$array[$x][4];$thebildname[$bildzaehler]=$bildname; $thethumb[$bildzaehler]="https://www.naturfotografie-digital.de/".$bildname."thumb.jpg";$thekamera[$bildzaehler]=$array[$x][10];$thekonverter[$bildzaehler]=$array[$x][11];$theobjektiv[$bildzaehler]=$array[$x][12]; $thebest[$bildzaehler]=$teilen[1];$breit[$bildzaehler]=$array[$x][14];$hoch[$bildzaehler]=$array[$x][15]; $suchinfos2=". ".$array[$x][4]." ".$array[$x][0]."! "; $suchhilfe=$suchhilfe." - ".$array[$x][3]." - ".$array[$x][7]." ".$array[$x][6]." ( ".$array[$x][1]." ) "; $a=time(); $bildpfad="https://www.digital-nature-photography.com/nature/".$bildpfad."thumb.jpg"; // Dem Bildpfad wird jetzt die Endung für das Thumbnail angebaut. $bildin[0]=$array[$x][16]; $bildin[1]=$array[$x][17]; $mtop = (215-40-$bildin[1])/2; $mtopu = (number_format ( $mtop,0))-1; echo'
'; echo' '.$array[$x][9].' - '.$array[$x][5].' '; // Das Bild wird auf die Seite geknallt. // Wenn Warenkrob möglich if ($nfdkorb=="ok") { echo '
'; $bestnr = explode("/",$bildname); if ( (substr_count($alleartikel, "uuuzzzuuu".$bestnr[1]."uuuzzzuuu")) < 1) { echo ' '; echo 'Add To Lightbox '; } else { echo ' '; echo 'Delete From Lightbox '; } echo '

'.$array[$x][5].'

'; $diezeit=time();$jetzt=$diezeit-$gelbzeit; if ($jetzt<$array[$x][13]) { $jetzt=$diezeit-$rotzeit; if ($jetzt<$array[$x][13]) {echo '
- NEW -
';} else {echo '
- NEU -
';} } echo'
'; } else // WENN WARENKORB NICHT MÖGLICH { echo '

'.$array[$x][5].'

'; $diezeit=time();$jetzt=$diezeit-$gelbzeit; if ($jetzt<$array[$x][13]) { $jetzt=$diezeit-$rotzeit; if ($jetzt<$array[$x][13]) {echo '
- NEW -
';} else {echo '
- NEU -
';} } echo'
'; } } } echo ('
'); if ($zwischenbilderneng == 1) { echo '
'; } // ----------------------------------------------------------- // BACK AND NEXT BUTTONS // ----------------------------------------------------------- if (($zaehlbis < $treffer) | ($zaehlvon > 0)) { echo '
'; if ($zaehlbis < $treffer) { $weiter=$page+1; $cacheoff=time(); echo (''); } if ($zaehlvon >1 ) { $weiter=$page-1; $cacheoff=time(); echo ('  <<<--- BACK  '); } echo('
'); } // ----------------------------------------------------------- // BACK AND NEXT BUTTONS E N D E // ----------------------------------------------------------- $suchhilfe=str_replace("
"," ", $suchhilfe); include "../werbungtopboxeng.txt"; // I N C L U D E D Werbebanner über dem Lexikon // ---------------------------------------------- // CHECK IF INFOBOX AVAILABLE // ---------------------------------------------- $fp = fopen("../monographieneng/mono.txt","r"); $stop=0; $counter=0; while (($zeile=fgets($fp))&&($stop!=4)) { $suwo1 = ',Flarupgaard,'; $suwo2 = ';Flarupgaard;'; $suwo3 = ',Flarupgaard;'; $suwo4 = ';Flarupgaard,'; if(($t = preg_match("/($suwo1|$suwo2|$suwo3|$suwo4)/i", $zeile))) { $counter++; $stop=4; $daten=explode(";", $zeile); $monopfad="../monographieneng/".$daten[0].".txt"; } } fclose ($fp); // ------------------------------------------------------------- // IF INFOS AVAILABLE --- SHOW INFOBOX // ------------------------------------------------------------- $inhalt=""; if ($counter>0) { $fp= fopen($monopfad,"r"); unset ($array); $x=0; $stop=0; while (($zeile=fgets($fp))&&($stop!=3)) { $inhalt=$inhalt.$zeile; } fclose ($fp); $inhalt=str_replace("\r\n","",$inhalt); $inhalt=str_replace(" "," ",$inhalt); $array =explode (";",$inhalt); $cacheoff=time(); $nameart=$array[0]; $nameart=str_replace(",",", ",$nameart); $namelat=$array[1]; // include "../include-database.php"; $klasse ="itext"; $namefam=$array[2];$namefam = str_replace("
","
",$namefam);$textun = " ".$namefam." ";$textname = $vorn."-Family"; include "../include-text-e.php"; $namefam = $textun; $merkmale=$array[3];$merkmale = str_replace("
","
",$merkmale);$textun = $merkmale;$textname = $vorn."-Characteristics"; include "../include-text-e.php" ; $merkmale = $textun; $verhalten=$array[4];$verhalten = str_replace("
","
",$verhalten);$textun = $verhalten;$textname = $vorn."-Behaviour"; include "../include-text-e.php"; $verhalten = $textun; $nahrung=$array[5];$nahrung = str_replace("
","
",$nahrung); $textun = $nahrung;$textname = $vorn."-Food"; include "../include-text-e.php"; $nahrung = $textun; $fortpflanzung=$array[6];$fortpflanzung = str_replace("
","
",$fortpflanzung); $textun = $fortpflanzung;$textname = $vorn."-Mating"; include "../include-text-e.php"; $fortpflanzung = $textun; $vorkommen=$array[7];$vorkommen = str_replace("
","
",$vorkommen); $textun = $vorkommen;$textname = $vorn."-Habitat"; include "../include-text-e.php"; $vorkommen = $textun; $bemerkungen=$array[8];$bemerkungen = str_replace("
","
",$bemerkungen); $textun = $bemerkungen;$textname = $vorn."-Comment"; include "../include-text-e.php"; $bemerkungen =$textun; echo '  
'; echo '

'.$nameart.' ('.$namelat.')


Family :
'.$namefam.'

Typical Characteristics :
'.$merkmale.'

Behaviour :
'.$verhalten.'

Food :
'.$nahrung.'
Reproduction Or Breeding :
'.$fortpflanzung.'

Habitats, Locations :
'.$vorkommen.'

Special Notes :
'.$bemerkungen.'
'; echo '
'; include "../werbungboxeng.txt"; // INCLUDED Werbung in der Box echo '
'; } include ($_SERVER['DOCUMENT_ROOT']."/nature/werbungbottomboxeng.txt"); // INCLUDED Werbung unter Infobox include ($_SERVER['DOCUMENT_ROOT']."/nature/parts-en-neu/neu-sitepart-closetableinnerhaupt-en.txt"); include ($_SERVER['DOCUMENT_ROOT']."/nature/parts-en-neu/neu-sitepart-ueberfooter-en.txt"); include ($_SERVER['DOCUMENT_ROOT']."/nature/copyrights.txt"); include ($_SERVER['DOCUMENT_ROOT']."/nature/counteren.txt"); ?>
'; echo '
Problems with Javascript or PopUp-Windows

'; echo " If you have no ability to view Pop Up windows you can alternatively view the additional text/description to the pictures and catchwords for the internal search given to the pics by the photographer when uploaded as well as the camera equipment used to photograph here.
If you can't view the Full Size Pictures above, cause JavaScript is not enabled in your browser (often in schools and public places), you can view the full sized pics by clicking at the Thumbnails below :

"; echo ''; for ($u=1;$u<=$bildzaehler;$u++) { $iftext=str_replace("
"," ",$theinfotext[$u]); $iftext=str_replace("
"," ",$theinfotext[$u]); $iftext=str_replace("","",$iftext); $iftext=str_replace("","",$iftext); $iftext=str_replace("..high..","'",$iftext); $iftext=str_replace('..high1..','"',$iftext); $iftext=str_replace('"',' ',$iftext); $iftext=str_replace('...',' ',$iftext); $iftext=str_replace('..',' ',$iftext); if ($iftext == "" || $iftext == " ") { $iftext = "Sorry - Information Not Available"; } echo ' '; } echo '
'.$thebildname[$u].'
'; echo' "'.$thetitel[$u].'" : '; if ($u == 1) { echo '

Photo Flarupgaard

'; } if ($u == 2) { echo '

Picture Flarupgaard

'; } if ($u == 3) { echo '

Photos Flarupgaard

'; } if ($u == 4) { echo '

Pictures Flarupgaard

'; } if ($u == 5) { echo '

Flarupgaard Photos

'; } if ($u == 6) { echo '

Flarupgaard Pictures

'; } if ($u == 7) { echo '

Flarupgaard Pic

'; } if ($u == 8) { echo '

Flarupgaard Photo

'; } if ($u == 9) { echo '

Flarupgaard Information

'; } if ($u == 10) { echo '

Info Flarupgaard

'; } $thesuwos[$u]= str_replace ("+++","", $thesuwos[$u]); $selbst = $_SERVER['PHP_SELF']; $selbst = basename($selbst); if ( substr_count ( $thesuwos[$u] , '----') == 2) { $einzel = explode ("----", $thesuwos[$u]); if ($einzel[1] == $selbst) { $thesuwos[$u]=str_replace ( "----","", $thesuwos[$u] ); $thesuwos[$u]=str_replace ( $einzel[1],"", $thesuwos[$u] ); } else { $thesuwos[$u]=$einzel[0]; } } echo '! '.$iftext.' - Catchwords given by the Photographer : '.$thesuwos[$u].' '; if ($u == 1) { echo 'Flarupgaard-photo description info Flarupgaard characteristics Flarupgaard Flarupgaard-photos'; } if ($u == 2) { echo 'encyclopaedia sonstiges Flarupgaard-pic information Flarupgaard-photo info'; } if ($u == 3) { echo 'Flarupgaard-pics Information Flarupgaard-pics. Flarupgaard-picture'; } if ($u == 4) { echo 'Flarupgaard-pictures Flarupgaard-photograph Informationen Flarupgaard-image Flarupgaard-images'; } if ($u == 5) { echo 'Info Flarupgaard-images Nature-Photography Flarupgaard-photographs.'; } if ($u ==6) { echo 'Nature-Photographer Flarupgaard-image'; } echo '
Photographer : '.$theautor[$u].'
Digital camera used : '; if ( ($thekamera[$u]== "na" || $thekamera[$u] == "") ) { echo ' No Information '; } else { echo $thekamera[$u]; if ($thekonverter[$u] != "na" && $thekonverter[$u] != "") { echo ' + '.$thekonverter[$u]; } if ($theobjektiv[$u] != "na" && $theobjektiv[$u] != "") { echo ' + '.$theobjektiv[$u]; } } if ($breit[$u] > 2) { echo '
Resolution of the Photo : '.$breit[$u].'x'.$hoch[$u].' Pixel'; } echo '
'; // ----------------------------------------------- // Link zu Fotonatur wenn Bilder von mir auch dort // ----------------------------------------------- $found=""; $fp = fopen("../url-list-fn.txt", "r"); $urls = fread ($fp, filesize("../url-list-fn.txt") ); fclose($fp); $urlzeilen = explode ("EENNDD", $urls); $anzurlzeilen = count ($urlzeilen); for ($ur = 0; $ur < $anzurlzeilen; $ur++) { $singg = ' Flarupgaard Gutshof '; $latt = ' '; $plurr = ' Flarupgaard '; if ( strlen($singg) <3) { $singg = "ABGHTRDJKLLUIJJKUUGFF"; } if ( strlen($latt) <6) { $latt = "ABGHTRDJKLLhgfsUIJJKUUGFF"; } if ( strlen($plurr) <5) { $plurr = "ABGHggTRDJKLLhgfsUIJJKUUGFF"; } if ( !isset($singg1)) { $singg1="xhez"; } if ( !isset($latt1)) { $latt1="xhez"; } if ( !isset($plurr1)) { $plurr1="xhez"; } if ( (substr_count($urlzeilen[$ur], $singg1) > 0 ) || (substr_count($urlzeilen[$ur], $latt1) >0 ) || (substr_count($urlzeilen[$ur], $plurr1) >0 ) ) { $url = explode (";", $urlzeilen[$ur]); $ur = $anzurlzeilen+5; $found = "OK"; } if ( ($found != 'OK') && (substr_count($urlzeilen[$ur], $singg) > 0 ) || (substr_count($urlzeilen[$ur], $latt) >0 ) || (substr_count($urlzeilen[$ur], $plurr) >0 ) ) { $url = explode (";", $urlzeilen[$ur]); // $ur = $anzurlzeilen+5; $found = "OK"; } } if ($found == "OK") { // fotonatur seit 01 2025 nicht mehr existent :-( // echo '
More of my Flarupgaard photos you can find in our stock photo agency Fotonatur.de. You can also find there many pictures from other photographers of this species.
'; } else { echo ''; } // ----------------------------- // ENDE meine Bilder FotoNatur // ----------------------------- echo ''; } ?> Flarupgaard Gutshof'; include ($_SERVER['DOCUMENT_ROOT']."/nature/parts-en-neu/neu-sitepart8-en.txt"); include ($_SERVER['DOCUMENT_ROOT']."/nature/parts-en-neu/neu-sitepart9-en.txt"); include ($_SERVER['DOCUMENT_ROOT']."/nature/parts-en-neu/neu-sitepart10-en.txt"); ?>