﻿/*  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 !!! 
 ----------------------------------------------------------------------------
 */

  // Dateien nur includen wenn NoFramework (=> Kennzeichen für PhoneClient) im URL vorhanden
 if(window.location.search.match("NoFramework") != null)
  {
    document.write("<script type=\"text/javascript\" src=\"js_calendar-include.js\"></script>");

  }