

function BxBlgCalendar (sId, iAuthor, iYear, iMonth)
{
	var o = new BxContent ();
	o.setForceServerXsl(true);
    o.replace (sId, aBxConfig['urlRoot'] + aBxConfig['moduleUri'] + "calendar/?year=" + iYear + '&month=' + iMonth + '&author=' + iAuthor + '&id=' + sId + '&date=' + (new Date()), aBxConfig['urlRoot'] + 'modules/' + aBxConfig['moduleName'] + '/layout/default/xsl/calendar.xsl');

	return false;
}



