/*
Copyright (c) 2007, Meltmedia. All rights reserved.
version: 0.0.1
*/
/**
 * @module meltmedia
 * @title  meltmedia Global
 */


if(typeof meltmedia == "undefined") {
    /**
     * The meltmedia global namespace object
     * @class meltmedia
     * @static
     */
    var meltmedia = {};
}