
function check2(){
	if(document.online.name.value.length == 0 ){
		alert('Please enter your name');
		return false;
	}
	else if (document.online.email.value.length == 0) {
	alert('Please enter an email to reach you by');
	return false; }
	return true;
}


     
function check(){
	if(document.online.name.value.length == 0 ){
		alert('Please enter your name');
		return false;
	}
	else if (document.online.phone.value.length == 0){
	alert('Please enter a phone number to reach you by');
	return false; }
	else if (document.online.email.value.length == 0) {
	alert('Please enter an email to reach you by');
	return false; }
	return true;
}


     
function check3(){
	if(document.online.name.value.length == 0 ){
		alert('Please enter your name');
		return false;
	}
	else if (document.online.phone.value.length == 0){
	alert('Please enter a phone number to reach you by');
	return false; }
	else if (document.online.email.value.length == 0) {
	alert('Please enter an email to reach you by');
	return false; }
	else if (document.online.address.value.length == 0) {
	alert('Please enter an address or PAYPAL if you want to recieve your money through paypal');
	return false; }
	else if (document.online.description.value.length == 0) {
	alert('Please enter a description of your organization');
	return false; }
	else if (document.online.whyfund.value.length == 0) {
	alert('Please enter why your organization needs funds');
	return false; }
	else if (document.online.purpose.value.length == 0) {
	alert('Please enter your organizations purpose');
	return false; }
	return true;
}


     
function checknews(){

	
 if (document.news.email.value.length == 0) {
	alert('Please enter your email');
	return false; }
	return true;
}

function check4(){ 
	if(document.online.name.value.length == 0 ){
		alert('Please enter your name');
		return false;
	}
	else if (document.online.phone.value.length == 0){
	alert('Please enter a phone number to reach you by');
	return false; }
	else if (document.online.email.value.length == 0) {
	alert('Please enter an email to reach you by');
	return false; }
	else if (document.online.address.value.length == 0) {
	alert('Please enter an address or PAYPAL if you want to recieve your money through paypal');
	return false; }
	else if (document.online.description.value.length == 0) {
	alert('Please enter a description of your organization');
	return false; }
	else if (document.online.whyfund.value.length == 0) {
	alert('Please enter why your organization needs funds');
	return false; }
	else if (document.online.purpose.value.length == 0) {
	alert('Please enter your organizations purpose');
	return false; }
	return true;
}



  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-16265757-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();



