var WW = function() {
  return {
    // GLOBAL
    initialize: function() {
      // DO SOME
		}
	};
}();
