$(document).ready(function () {
	/*
	$('.news_summary').css({ 'font-style': 'italic' })
	$('.news_full').hide();
	$('.news_summary').append('<br /><a href="#" class="news_read_more">Przeczytaj więcej...</a>');
	$('.news_read_more').bind('click', function() {
		// alert('clicked')
		$(this).parent().parent().find('.news_full').show()
		$(this).hide()
		return false;
	});
	*/
})
