
$(document).ready(function(){
	$('div.tour').click(function(e){window.location = $('h3 a',this).attr('href')})
})