$().ready(function()
{
	log("grodan extra script");
//	$("#content > p").css("clear", "both");
/*
	$("p:has(a.pdf)").each(function(){
		if ($(this).height() < 15) $(this).height(15);
	})
*/
});
