/*
 *
 * Copyright (c) 2004-2005 by Zapatec, Inc.
 * http://www.zapatec.com
 * 1700 MLK Way, Berkeley, California,
 * 94709, U.S.A.
 * All rights reserved.
 *
 *
 */

//if(!window.Zapatec||(Zapatec&&!Zapatec.include)){
//		alert("You need to include zapatec.js file!");
//}else{
	Zapatec.calendarPath=Zapatec.getPath();
	Zapatec.Transport.include(Zapatec.calendarPath+'calendar-core.js');
	Zapatec.Transport.include(Zapatec.calendarPath+'calendar-date-core.js');
	Zapatec.Transport.include(Zapatec.calendarPath+'calendar-setup.js');
//}
	
	window.calendar=null;try{Zapatec.Calendar.loadPrefs();}catch(e){};