$(document).ready(function() {
	$('div.search_result').click(function() {
		window.location.href = $(this).attr('title');
	});
});
