function ajaxSubmit(){



	

  	var ajaxRequest;  

	

	try{

		// Opera 8.0+, Firefox, Safari

		ajaxRequest = new XMLHttpRequest();

	} catch (e){

		// Internet Explorer Browsers

		try{

			ajaxRequest = new ActiveXObject("Msxml2.XMLHTTP");

		} catch (e) {

			try{

				ajaxRequest = new ActiveXObject("Microsoft.XMLHTTP");

			} catch (e){

				

				alert("Your browser broke!");

				return false;

			}

		}

	}

	

	 document.getElementById('myResponse').style.visibility = 'visible';

	 



	ajaxRequest.onreadystatechange = function(){

		if(ajaxRequest.readyState == 4){

			document.getElementById('myResponse').innerHTML= ajaxRequest.responseText;

			document.getElementById('email').value = "";

			}

	}

	var email = document.getElementById('email').value;

	

	var queryString = "?email=" + email;

	ajaxRequest.open("GET", "mailer.php" + queryString, true);

	ajaxRequest.send(null); 

}





$(document).ready(function(){



$('a[name="home"]').hide();



$('a[name="home"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').hide();										   

	$("#right").load("home.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });		

		});

	});



$('a[name="sa"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();										   

	$("#right").load("sexual_assault.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });		

		});

	});



$('a[name="prog"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();										   

	$("#right").load("programs.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });		

		});

	});



$('a[name="shelter"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();									   

	$("#right").load("shelter.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });			

		});

	});



$('a[name="vol"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();										   

	$("#right").load("volunteers.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });		

		});

	});



$('a[name="staff"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();										   

	$("#right").load("staff.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });		

		});

	});



$('a[name="don"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();										   

	$("#right").load("donations.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });		

		});

	});

$('a[name="xmas"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();										   

	$("#right").load("donations.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });		

		});

	});
	

$('a[name="links"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();									   

	$("#right").load("links.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });			

		});

	});

	

$('a[name="emp"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();										   

	$("#right").load("employment.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });		

		});

	});

	

$('a[name="board"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();											   

	$("#right").load("board.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });		

		});

	});

	

$('a[name="line"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();										   

	$("#right").load("crisis_line.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });		

		});

	});



$('a[name="escape"]').live("click", function(event){			   

	$("#container").hide();

	window.location.replace("http://gcwcfn.org/bounce1.php");

	});

	

$('a[name="whatthis"]').mouseover(function(event) {

      $('div.pop').css('display','block');



 });

$('a[name="whatthis"]').mouseout(function(event) {

      $('div.pop').css('display','none');



 });



$('a[name="whatthis"]').live("click", function(event) {

      event.preventDefault();

 });



$('a[name="dv"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();										   

	$("#right").load("domestic_violence.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });		

		});

	});

$('a[name="brac"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();										   

	$("#right").load("bracelet.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });		

		});

	});



$('a[name="fc"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();										   

	$("#right").load("forever_changed.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });		

		});

	});

$('a[name="edu"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();										   

	$("#right").load("education_prevention.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });		

		});

	});

$('a[name="court"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();										   

	$("#right").load("court_advocate.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });		

		});

	});

$('a[name="dvip"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();										   

	$("#right").load("dvip.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });		

		});

	});

$('a[name="nc"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();										   

	$("#right").load("northcutt_legal_clinic.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });		

		});

	});

$('a[name="chi"]').live("click", function(event){

	event.preventDefault();

	$('a[name="home"]').show();										   

	$("#right").load("children.php", function() {

		$('h1').FontEffect({ shadow:true, shadowColor:"#494a4a", shadowOffsetTop:1, shadowOffsetLeft:1, shadowOpacity:0.5 });		

		});

	});



});




