/* vim:set ts=2 sw=2 sts=2 ai si nu et ft=javascript ff=dos:

  Last Change: 04-June-2009 09:41:23.
  Author: Technical team.
  Copyright: (C)Anchor Group K.K.

  URL: http://www.anchor-gr.jp/labo.html
  EMAIL: info@anchor-gr.jp

  Filename: smartcalendar-config.js
  Charset: utf-8

 ---------------------------------------------------------*/

var smartCalendarConfigVersion = "0.0.1";

smartCalendar.prototype.prefix = "Calendar_";
smartCalendar.prototype.limit = 2;

smartCalendar.prototype.swap = new Array(
/* 2008 */
	"2008/12/23:holiday:天皇誕生日",
	"2008/12/27:holiday:冬期休暇",
	"2008/12/28:holiday:冬期休暇",
	"2008/12/29:holiday:冬期休暇",
	"2008/12/30:holiday:冬期休暇",
	"2008/12/31:holiday:冬期休暇",

/* 2009 */
	"2009/1/1:holiday:元旦",
	"2009/1/2:holiday:冬期休暇",
	"2009/1/3:holiday:冬期休暇",
	"2009/1/4:holiday:冬期休暇",
	"2009/1/5:holiday:冬期休暇",
	"2009/1/12:holiday:成人の日",

	"2009/2/11:holiday:建国記念の日",
	"2009/3/20:holiday:春分の日",
	"2009/4/29:holiday:昭和の日",

	"2009/5/3:holiday:憲法記念日",
	"2009/5/4:holiday:みどりの日",
	"2009/5/5:holiday:こどもの日",
	"2009/5/6:holiday:振替休日",

	"2009/7/20:holiday:海の日",

	"2009/9/21:holiday:敬老の日",
	"2009/9/22:holiday:国民の休日",
	"2009/9/23:holiday:秋分の日",

	"2009/10/12:holiday:体育の日",

	"2009/11/3:holiday:文化の日",
	"2009/11/23:holiday:勤労感謝の日",

	"2009/12/23:holiday:天皇誕生日"
);
