$(document).ready(function(){
	$(".bistromath #screenshots img").click(function()
	{
		if($(this).hasClass("kneel")) $(".bistromath #screenshots img").removeClass("kneel");
		else $(this).addClass("kneel");
	});
});
