jQuery(document).ready(function($) {
	var calendar = $('#calendar-of-events').coeLarge();
	/*$('#events-list li').click(function(){
										
	}).bind('mouseenter', function(e){
		$('.info', this).animate({left:0},300);
	}).bind('mouseleave', function(e){
		$('.info', this).animate({left:244},300);			
	});*/
});

function scrollToCal(){
	jQuery(document).scrollTo(jQuery('body'),200);	
}