<!--

function ChargeWindow(OrgID)
{
window.open('https://128bit.clickandpledge.com/Default.asp?ID='+OrgID,'ChargeWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=710,height=600');
}

function newWindow(samplejpg) {
	 
  	sampleWindow = window.open(samplejpg,'sampleWin', 'width=575,height=500,toolbar=no,resizable=yes,scrollbars=yes,menubar=no,')
  	
  	sampleWindow.focus()
  	}


function thisYear() {
	var time=new Date();
	var year=time.getYear();
	if (year < 2000)
	year = year + 1900;
	return (year);
	
}


 -->

