$(function() {
	
	$('table#modules td').click(function() {
		window.location = $(this).find('p.readmore a').attr('href');
	});
		
});
