<!--hide from old browsers
monName=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
now=new Date

document.writeln("<center><H1>Page Reference</H1></center><P>")
document.writeln("&nbsp &nbsp AUS-e-TUTE n.d.,<BR>")
document.writeln("&nbsp &nbsp <I>"+document.title+"</I>,<BR>")
document.writeln("&nbsp &nbsp viewed "+now.getDate()+ " "+monName[now.getMonth()]+ " "+ now.getFullYear()+",<BR>")
document.writeln("&nbsp &nbsp "+document.location+"<P>")



//end hiding-->
