$(go);

function go() {
	$('.popPicture').click(function(){$(this).toggleClass('revealed');return false;});
}