";
$out.="\n" . chr(13);
//$out.= "\n";
//$out.= "Gus Mueller\n";
//$out= $out ." | " . chr(13);
$out.= "";
$out.= "";
$out.= nav();
$out.=" | ";
//if($tourinfo!="")
//{
$out.=" ";
$out.=TourInfo();
$out.=" | ";
//}
$out.= " ";
$out.= "";
return($out);
}
function sfooter()
{
$width=800;
$strfilename=thisfilename();
//this is a total kludge for the unusual width og the sponsorsplash page.
//end of kludge
$out="";
$out= $out ." | \n";
$out= $out ."";
$out.= "\n";
$out= $out ." | \n";
$out= $out ."\n";
$out= $out ." \n";
$out= $out ."\n";
$out= $out ."\n";
return($out);
}
function random()
{
list($usec, $sec) = explode(" ",microtime());
$usec=substr($usec,strlen($usec)-5);
//$usec=strrev($usec);
$val=intval($usec)/99999;
//echo(" " .$val);
return($val);
}
if(!function_exists("inList"))
{
function inList($strList, $item)
//look to see if item is in the space-delimited strList (similar to my ASP version)
{
$arrThis=explode(' ', $strList);
for ($t=0; $t");
if ($arrThis[$intTypeIn]==$strIn)
{
$strOut=$arrThis[$intTypeOut];
$bwlDone=1;
}
}
}
}
return($strOut);
}
}
if(!function_exists("beginswith"))
{
function beginswith($strIn, $what)
{
if (substr($strIn,0, strlen($what))==$what)
{
return true;
}
return false;
}
}
if(!function_exists("contains"))
{
function contains($strIn, $what)
{
if (strpos(" " . $strIn, $what)>0)
{
return true;
}
return false;
}
}
if(!function_exists("addlettersbyte"))
{
function addlettersbyte($in, $key, $mode="numeric")
//converts numbers into a byte stream
{
$out="";
$in=$in."";
while (strlen($key)";
for ($i=0; $i<$count; $i++)
{
$arrthis=split("\|", $arrconfig[$i]);
$strthisfile=$arrthis[0];
//echo $strfilename . ". ." . $strthisfile . " ";
if(!$bwlBanFrom || $bwlBanFrom && $strthisfile!="feedback.php")
{
$out=$out . "";
if ($strfilename!= $strthisfile && !($arrthis[0]=="db_demo/tableform.php" && contains($_SERVER['PHP_SELF'], "db_demo")) )
{
$out=$out . "" . $arrthis[1] . " | " . chr(13);
}
else
{
$out=$out . "" . $arrthis[1] . " | " . chr(13);
}
$out=$out . " ";
}
}
$out=$out . " |