function printcontact(){
var errormsg = 0;
var output_arr = new Array();
var displayName='Professor Hilary Astor';
var role_primary='Professor of Dispute Resolution';
var role_other='';
var phone='+61 2 9351 0212';
var fax ='+61 2 9351 0200';
var email_1 ='H.Astor';
var email_2 ='usyd.edu.au';
var location='Room 634 Sydney Law School';
var researchArea='Dispute resolution, Mediation, Family mediation, Family law, Discrimination and the law, Dispute systems design';
var teachingArea='';
//above is the variables
//PRINT IT OUT
if (errormsg == 0) {
//PLAIN TEXT VERSION OF CONTACT DETAILS
// document.write(displayName + "
");
document.write("
| "+role_primary + " | |
| "+role_other + " | |
| Phone: | " + phone + " |
| Fax: | " + fax + " |
| Email: | " + email_1); document.write("@" + email_2 + " |
| Location: | " + location + " |