Below are the past and present deep thoughts (inspired by Jack Handy but unlike his Saturday Night Live thoughts)

I read through these again they really suck...unless they have curses then for whatever reason their mildy funny, I guess i should curse more

"; $Files = LoadFiles($thought_dir.'/'); rsort($Files,SORT_NUMERIC); $ct = count($Files); for ($i=0; $i < $ct; $i++) { $one_file = $Files[$i]; $thought_name = str_replace(".txt","",$thought_date); $thought_str = getStrFromFile($thought_dir."/".$one_file); $thoughts.="
  • $thought_str
  • "; } $body.=" $thoughts "; $footer=getFooter(); echo "$header $body $footer"; ?>