/*  Copyright websline, 2008 | www.websline.de
 * --------------------------------------------------------------------------
 *
 * The DHTML Calendar EXTENSION, version 1.0 
 * 
 * Include-Definition
 *   
 * Developed by melko
 *
 * This script is distributed under the GNU Lesser General Public License.
 * Read the entire license text here: http://www.gnu.org/licenses/lgpl.html 
 * 
 * Don't change anything in this file !!! 
 ----------------------------------------------------------------------------
 */

 // <!-- main calendar program -->
 document.write("<script type=\"text/javascript\" src=\"js_calendar.js\"></script>");
 
 // <!-- the following script defines the Calendar.setup helper function, which makes adding a calendar a matter of 1 or 2 lines of code -->
 document.write("<script type=\"text/javascript\" src=\"js_calendar-setup.js\"></script>");
 
 // <!-- the following script defines the input-fields and season-delimiter -->
 document.write("<script type=\"text/javascript\" src=\"js_calendar-define.js\"></script>");
 
 // <!-- the following script checks the selection-date -->
 document.write("<script type=\"text/javascript\" src=\"js_calendar-check.js\"></script>");