$(document).ready(function() {
	$("div.photo img").click(function() {
	   document.location = location.href+'&plakat=1'; 
	});
});