function changeCalendar( year, month ) {
	$.get('?l1=calendar&l2=plug_calendar&l3=showCalender&date='+year+'-'+month+'&ajax=1', function(ret) { 
		$('#calendar').html(ret);
	});
	return false;
}

function goTo (page) {

	if (page != "" ) { document.location.href = page; }
	return false;
}

$(document).ready(function() {

	$("#mainNewsDiv").easySlider({
		auto: true,
		continuous: true,
		speed: 800,
		pause: 8000
	});

});

