I just went through installing some random Japanese fonts and a few of them were said to be available on Adobe's website. So I went there and started the download.
Immediately after the download started, I was presented a JavaScript box which asked me whether I wanted to take part in a survey. I thought, sure, why the heck not tell them how much I dislike them.
Well here's what happened. The following popup opened:
![This window may present you with a customer satisfaction survey. [...] Please ignore this window and continue browsing our site in the other window.](http://img81.imageshack.us/img81/8425/adobewtftg3.png)
Needless to say, there was no survey in the Window I just came from.
It turned out that the fonts were just Adobe Reader addons anyway which I don't even have installed.
# The Brillant Paula Bean
# Author:: derula
# Copyright:: Copyright (c) 2005-2008 Paula Bean
# License:: Originally distributed under a
# proprietary license by Paula Bean.
# Ruby port by derula published
# under the same terms as Ruby's.
# This module provides a method to return the
# brillance of Paula Bean. This can be achieved
# by calling the module method get_paula.
module Paula_Bean
# This constant stores the essence of Paula
# Bean's brillance. This is a private
# constant, so you MAY NOT use
# Paula_Bean::PAULA to access it! Please use
# the get_paula method instead.
PAULA = "Brillant"
# Returns Paula Bean's brillance.
def self.get_paula
return PAULA
end
end