$(document).ready(function(){
	$('.linkcat h2').each(function(){
		$(this).wrap("<a href="#"></a>");
	});
});
