#!/usr/local/bin/ksh
#

function confirm
{
print -- "
Name:\t\t$WWW_T2 $WWW_T1
Institution:\t$WWW_T4
Email:\t\t$WWW_T3
Telephone:\t$WWW_T5
------------------------------------------------------------------------------
"
}

function logit
{
print -- "
Name:\t\t$WWW_T2 $WWW_T1
Institution:\t$WWW_T4
Email:\t\t$WWW_T3  
Telephone:\t$WWW_T5
------------------------------------------------------------------------------
" >> /usr/local/WWW/linear/testlog
}


#if [[ -n $WWW_T2	&&\
#      -n $WWW_T3	&&\
#      -n $WWW_T4	&&\
#      -n $WWW_T5	]]
#then
    confirm
    logit
#fi
