//function to get current year for copyright.
// Author : Gurusamy Kadarkaraisamy
function getCopyRightYear()
{
	return "2001";
}