$(document).ready(function() {
	$('table.calendar').find('a').each(function() {
		$(this).click(function() {
			$('#events').load('content/bydate/date,' + $(this).attr('id') + ',ajax,1');
		})
	});
	
	
	
	/*$("a[rel='lightbox']").lightBox({
		overlayBgColor: '#000',
		overlayOpacity: 0.7,
		imageLoading: 'http://localhost/eclipse/yfanet/img/lightbox-ico-loading.gif',
		imageBtnClose: 'http://localhost/eclipse/yfanet/img/lightbox-btn-close.gif',
		imageBtnPrev: 'http://localhost/eclipse/yfanet/img/lightbox-btn-prev.gif',
		imageBtnNext: 'http://localhost/eclipse/yfanet/img/lightbox-btn-next.gif',
		containerResizeSpeed: 350,
		txtImage: 'Φωτογραφία: ',
		txtOf: 'από'
   });*/

});