/**
 * ==========================================================================
 * Copyright © 2009 Jörn P. Meier
 * All rights reserved.
 * webmaster@ionflux.org
 * --------------------------------------------------------------------------
 * page.js          Ionflux.org scripts.
 * ==========================================================================
 */

var fluxApp = new Ionflux.FluxApp();

Event.observe(document, 'dom:loaded', 
    fluxApp.setup.bindAsEventListener(fluxApp));

