/*

    @file mw_lib_xml_action_showtimes.js

    $Id: mw_lib_xml_action_showtimes.js,v 1.1 2007/11/20 04:39:33 graham Exp $

    @author     James Mc Parlane

    PROJECT:    MetaWrap JavaScript Library

    COMPONENT:  -

    @date       11 September 2004


    GENERAL INFO:

        Massive Technologies
        PO Box 567
        Darlinghurst 2010
        NSW, Australia
        email:  james@massive.com.au
        tel:    (+61-2) 9331 8699
        fax:    (+61-2) 9331 8699
        mob:    (+61) 407-909-186


    LICENSE:

    Copyright (C) 2001  Massive Technologies, Pty Ltd.

    MetaWrap is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

*/

/*
 * $Log: mw_lib_xml_action_showtimes.js,v $
 * Revision 1.1  2007/11/20 04:39:33  graham
 * metawrap files
 *
 */

/*! \page mw_javascript_lib_xml_action_showtimes MetaWrap - JavaScript - XML - Action - Showtimes
 *
 * \subsection mw_javascript_lib_xml_action_showtimes Overview
 *
 */

//alert("$Id: mw_lib_xml_action_showtimes.js,v 1.1 2007/11/20 04:39:33 graham Exp $");

/*! \defgroup mw_javascript_lib_xml_action_showtimes  MetaWrap - JavaScript - XML - Action - Showtimes
 *@{
 *
 * http://www.crossdomainxml.org/
 */

// Ensure we have the namespace we need
MwUse("MetaWrap","mw_lib.js");
MwUse("MetaWrap.XML","mw_lib_xml.js");
MwUse("MetaWrap.XML.Action","mw_lib_xml_action.js");

/*! @name  MetaWrap.XML.Action.Showtimes */
//@{

/*!
    @namespace  MetaWrap.XML.Action.Showtimes
    @brief      Register the namespace
*/
MetaWrap.XML.Action.Showtimes = {};



/*!
 *@} endgroup mw_javascript_lib_xml_action_showtimes MetaWrap - JavaScript - XML - Action - Showtimes
 */

/*!
 *@} end of MetaWrap.XML.Action.Showtimes
 */





