	//The last modified date script for each page 	

var d=document.lastModified;

d=d.substr(0,11)
if(d==0)
{
	document.write("<font size=-1 color=white>Vanessa R Yingling, PhD<br>Department of Physical Education &amp; Exercise Science<br>ŠAll contents copyright. All rights reserved.</font>");
}
else
{
	document.writeln("<font size=-1 color=white>Last revised date: " + d + "<br>Vanessa R Yingling, PhD<br>Brooklyn College<br>The Department of Physical Education and Exercise Science<br>ŠAll contents copyright 2002. All rights reserved.</font>");
}	

