var SW_BASE_URL = "http://" + window.location.hostname;
document.write("<link rel='stylesheet' href='" + SW_BASE_URL + "/sw2/css/base.css" + "' type='text/css' />");



//---------------------------
// loading the locale
//document.write("<script type='text/javascript' src='" + SW_BASE_URL + "/sw2/js/minical/locale/" + swMiniCal_locale + ".js'></script>");

// OR:

document.write("<script type='text/javascript' src='" + SW_BASE_URL +
	"/sw2/commandV3?command=" + encodeURI("<getMinicalLocaleData></getMinicalLocaleData>") + "&locale=" + swMiniCal_locale + "'></script>");
// (I think this has the disadvantage that some browsers might not cache the
// script; it's best to use REST-like URL-s (avoid ? and &) if possible).
// --------------------------


document.write("<script type='text/javascript' src='" + SW_BASE_URL + "/sw2/js/minical/minicalObf.js" + "'></script>");

