Themed newsheaders, T-Z.
[UK] Big Brother
$handle = opendir(dirname(realpath(__FILE__)).'/topstory/bigb/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
[US] American Idol
$handle = opendir(dirname(realpath(__FILE__)).'/topstory/us_american_idol/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
[v21] Mood light introduction
$handle = opendir(dirname(realpath(__FILE__)).'/topstory/moodlight/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

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

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

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

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

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