<html><head></head><body>
<%  if (Math.random() < 0.5) {  %>
    Dean for President!
<% } else { %>
    Vote Kerry!
<% } %>
</body></html>