$(document).ready(function(){
	$("a.category-link").click(function(){
		return false;
	});
});
