function getDirections(){
	var	search=document.directionForm.fromDirection.value;
	var	grabDirection="http://local.google.com/maps?li=d&hl=en&q=from:"+search+"+to:+3775+Us+Highway+1,+Monmouth+Junction,+NJ+08852";

	location.href=grabDirection;
}

