function getCopyText()
{
	var s= "";
	var d = new Date();
	s = "<font style='font-size:7pt; color:#ffffff'>&nbsp;&nbsp;&copy 2000-";
	s+= d.getFullYear();
	s+= " Pine Barrens Sports & Time, All Rights Reserved</font>";
	//s+= "<a href=\"http://www.pinebarrentri.org\" target=_blank><img src=\"images/kgi.jpg\" height=30 align=right width=180 border=0 alt=\"KnowledgeGuard Incorporated\"></a>"	
	return s;
}

var popUpWin=0;

function oWin(fileName, width, height)
{
	
  var URLStr = fileName;
  if(popUpWin)
  {
    if(!popUpWin.closed)
		popUpWin.close();
  }
  
  popUpWin = open(URLStr, "","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=" + width + ",height=" + height + ",left=10,top=10");
}

