$(document).ready(function(){
	 $("div.teaser").click(function(){ $link=$(this).find("h4 a").attr("href");window.location.href = $link;});
});
