<% @language="Javascript"%> <% Response.Buffer = true ; function isEmpty(s){ return (s==null || s.length==0) ; } var user = Session("uid"); var greets = ""; if (isEmpty(user)){ greets="

Welcome!

"; }else{ greets="

Welcome, "+user+"!

" } %>

 

Thoughts


Community

The Thought Journal
About TJ


Care Links

<%= greets %>

The Planet Needs Your Thoughts!

AIR EARTH OCEAN
RIVERS ENERGY FOOD
POPULATION EDUCATION SPACE

<% if (isEmpty(user)){ %>
Username
Password

Posting thoughts and messages requires a user id.
Click here to get a user id.

<% } %>