
$(document).ready(function() {

	$('.event_cal_pop').find('a').click(function () {
		$(this).parent().attr('innerHTML',$('#top_cal').attr('innerHTML'));	
		return false;
	});

});
