data[title]="Contact BSEOL"; $html->data[meta]=""; $html->data[head]=""; $html->data[year]=$year; //start sending the finished page //***********the next two might have to be moved if**** //***********program sends headers, etc.*************** print $html->html_top(); //display nav bar print $tabs->output(); $email=hide_email('contact@bseol.org'); //*************now the main part of the program********* print <<

CONTACT BUDDHIST SUPPORT FOR THE END OF LIFE

E-MAIL: $email
WEBSITE: http://www.bseol.org

EOT; //*************end main program************************* //print html bottom of page print $html->html_bottom(); //end of bottom of page ?>