// ./_js/side_nav_news.js 

$(document).ready(function(){
	// use JS to hide the following elements instead of css
	$("a.news_date_link").attr('href', '#');	
});
