Themed newsheaders, N-S.
Neon
$handle = opendir(dirname(realpath(__FILE__)).'/topstory/neon/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
[NL] School
$handle = opendir(dirname(realpath(__FILE__)).'/topstory/nl_exams/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
(Global) Peace campaign
$handle = opendir(dirname(realpath(__FILE__)).'/topstory/peace/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
Pixels
$handle = opendir(dirname(realpath(__FILE__)).'/topstory/pixels/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
Pixel Sales
$handle = opendir(dirname(realpath(__FILE__)).'/topstory/sales_09/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
Relax
$handle = opendir(dirname(realpath(__FILE__)).'/topstory/relax/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
[RU] Gold Rush
$handle = opendir(dirname(realpath(__FILE__)).'/topstory/ru_gold_rush/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
[Scandinavia] Habbelot
$handle = opendir(dirname(realpath(__FILE__)).'/topstory/habbelot/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
Sci-fi
$handle = opendir(dirname(realpath(__FILE__)).'/topstory/scifi/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
Seasonal
$handle = opendir(dirname(realpath(__FILE__)).'/topstory/seasonal/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
Streets of Bobba 2008
$handle = opendir(dirname(realpath(__FILE__)).'/topstory/sob/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
Summer 2008
$handle = opendir(dirname(realpath(__FILE__)).'/topstory/summer08/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
include("menu.php"); ?>