jQuery(document).ready(function()
{
	var galleryList = jQuery("#bottom_gallery_list");
	if(galleryList && galleryList.size())
		galleryList.gallery();
	if(jQuery("#small_calendar").size())
		jQuery("#small_calendar").EventCalendarSmall();
});