Here is the log of known press coverage with links if appropriate.
Gordon Hubbard, 17-mar-2005
\n"; } echo "
\n";
echo $content . "
\n";
echo "";
echo $content;
echo "";
$stateMachine = 2;
}
else if (strcmp($type, "L\t") == 0)
{
if ($stateMachine == 2)
{
echo "
\n";
}
else
{
echo "
\n";
}
echo "" . $content . "";
$stateMachine = 2;
}
else if (strcmp($type, "N\t") == 0)
{
if ($stateMachine == 2)
{
echo "
\n";
}
else
{
echo "
\n"; } echo $content; $stateMachine = 2; } else if (strcmp($type, "Q\t") == 0) { break; } // else we did not recognise the line, (or it is a comment), // so ignore it. } echo "
\n"; ?>