var app = null;

window.addEvent('domready', function() {
	app = new Application();
});
