_LOE._libs.jQuery = new Class({
	initialize: function() {
		return true;
	},
	setJQuery: function() {
		this.jQuery = JQ;
	}
});

