Simply copy and paste the codes into
the 'Customize CSS' section of your profile!
Hover over the code box for a preview of the cursor.
";
//running the while loop
while ($file = readdir($dir_handle))
{
if($file!="." && $file!="..")
echo "
";
}
echo "