Comment Just look at what their websites are running on (Score 2, Funny) 947
$ curl -I barackobama.com
HTTP/1.1 301 Moved Permanently
Date: Tue, 05 Feb 2008 00:20:58 GMT
Server: Apache/1.3.37
$ curl -I hillaryclinton.com
HTTP/1.1 200 OK
Date: Tue, 05 Feb 2008 00:21:05 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 1.1.4322
HTTP/1.1 301 Moved Permanently
Date: Tue, 05 Feb 2008 00:20:58 GMT
Server: Apache/1.3.37
$ curl -I hillaryclinton.com
HTTP/1.1 200 OK
Date: Tue, 05 Feb 2008 00:21:05 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 1.1.4322