View Single Post
  #33  
Old 11-09-2004, 08:04 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Bush is a great puppet - he follows what his advisors encourage him very well, because he understands that he is just like the typical American - ignorant to all the facts. Kerry's too high on himself, his money, his heritage, his fancy-ketchup wife. I don't think he'd have the humility to accept what those who really know what's going on had to say - and would want to please the average Baron for his meager vote so he could stay in office and say that he was one of the most powerful men on the planet.
Amen.

Cheney is the ultimate puppeteer.
Go puppet-monkey 2004! FOUR MORE YEARS!
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote