function go_to_live_chat() {
	alert('Live Chat goes here');
}

function go_to_directions() {
  window.location="directions.html";
}

