function getDirections(){
	var	search=document.directionForm.fromDirection.value;
	var	grabDirection="http://local.google.com/maps?li=d&hl=en&q=from:"+search+"+to:+141+Valley+Street,+Arkadelphia,+AR+71923,+US";

	location.href=grabDirection;
}

