Stickers released for (Chinese) New Year, Halloween, Easter, summer, Snowstorm and release of the Gothic/Trax furniture and the Monsters of habbo campaign.
(Chinese) New year
$handle = opendir(dirname(realpath(__FILE__)).'/stickers/occasional/newyear/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
Halloween
$handle = opendir(dirname(realpath(__FILE__)).'/stickers/occasional/halloween/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
Trax
$handle = opendir(dirname(realpath(__FILE__)).'/stickers/occasional/trax/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
Easter
$handle = opendir(dirname(realpath(__FILE__)).'/stickers/occasional/easter/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

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

';
}
}
?>
Gothic
$handle = opendir(dirname(realpath(__FILE__)).'/stickers/occasional/gothic/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
Snowstorm
$handle = opendir(dirname(realpath(__FILE__)).'/stickers/occasional/snowstorm/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
Monsters of Habbo
$handle = opendir(dirname(realpath(__FILE__)).'/stickers/occasional/moh/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

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

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

';
}
}
?>
Keep it real
$handle = opendir(dirname(realpath(__FILE__)).'/stickers/occasional/KIR/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
Grunge
$handle = opendir(dirname(realpath(__FILE__)).'/stickers/occasional/grunge/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
St. Patrick
$handle = opendir(dirname(realpath(__FILE__)).'/stickers/occasional/stpatrick/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
Spiderwick (movie promotion)
$handle = opendir(dirname(realpath(__FILE__)).'/stickers/occasional/spiderwick/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

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