$(document).ready(function() {

$(".spammmer").yasp();

	wert = $("#inhalt_con").height();
	if (wert < 600)
	{$("#inhalt_con").height("600px");}
});

