jQuery(document).ready(function(){
	jQuery('.tx-seminars-pi1-listrow tr, .tx-seminars-pi1-listrow li').click(function(){
		
		window.location = jQuery(this).find('a').attr("href");
	
	});
});

