#!/bin/csh -f
setenv HD /data/globec/htmlbin
set POSTSTR=(`$HD/bin/poststring var`)

if ( "$QUERY_STRING" == "" ) then
  setenv QUERY_STRING "$POSTSTR[1]"
else
  setenv QUERY_STRING $QUERY_STRING,"$POSTSTR[1]"
endif

$HD/selopt
