Event.addBehavior({ 
  'body' : function() { 
		new Ajax.Request("/cart_items", { asychronous:true, evalScripts:true, method: 'get'});
  },
	'.add_to_order' : Remote.Form,
	'.add_to_order:submit': function() {
		Effect.ScrollTo('container')
	}
}); 
