	new Ajax.Request('/ord/globals/inc_global_footer.jsp', {
		method: "get",
    onSuccess: function(transport) {      
      $('footer').update(transport.responseText);
    } 
  });
	