function printcontact(){
var errormsg = 0;
var output_arr = new Array();
var displayName='Professor David Kinley';
var role_primary='Associate Dean (International)';
var role_other='Professor of Human Rights Law';
var phone='+61 2 9351 0215';
var fax ='+61 2 9351 0200';
var email_1 ='D.Kinley';
var email_2 ='usyd.edu.au';
var location='Room 602 Sydney Law School';
var researchArea='International and Domestic Human Rights Law, Corporations and Human Rights, Economic, Social and Cultural Rights, Human Rights and Globalisation theory';
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 + " |