var director = {
	run: function() {
		return;
	}
};
director.run();