var footer_date=new Date();var today_date=footer_date.getDate();var today_month=footer_date.getMonth();today_month++;var today_year=footer_date.getFullYear();var formated_date=new Array();formated_date[0]=today_month;formated_date[1]=today_date;formated_date[2]=today_year;document.write("<p>&copy; "+today_year+" Regent University School of Divinity<br />Virginia Beach, VA 23464<br />Ph. 800.723.6162</p>\n<p>This page printed: "+formated_date.join("/")+" from: "+document.location.href+"</p>");