if (typeof LK === "undefined") {
	var LK = {
		jQ: jQuery,
		events: jQuery({}),
		util: {},
		instances: {
			browser: {}
		},
		config: {}
	};
	
}