$(document).ready(function(){
	$(".news-list-item h2 a").bind('click',function(){return false;});
});