$(document).ready(function(){
	$('div.topRowSection').click(function(){
		location.href = $(this).find('a').attr('href');
	})
});
