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