Smile again...

This is a small collections of (hopefully) freely available images which you may use and link to from guestbooks, forums, chats, whatever. To my knowledge all these images are free (as in free beer), but please have a look at the bottom notice, in case I am wrong here.

Enough talking, please select one of the pages and ... SMILE

<%perl> my $location = '/var/www/html/'; for my $dir ( <$location/*> ) { if (-d $dir) { $dir =~ s!^$location/!!; print("

$dir

"); } }