
$(document).ready(function() {
	
	//ohne spezielle klasse für ausklappbare "ul > li"'s wird das nix ...
	
	// 	$("ul.block_sub").css("display", "none");
	// 	console.info ($("ul li:not(ul.block_sub > li, ul.content_list > li)"));
	// 	
	// 	$("ul.block_top li").toggle(function() {
	// 		$(this).children("ul").css("display", "block");
	// 	}, function() {
	// 		$(this).children("ul").css("display", "none");
	// 	});

});

// set cookie

var url = "http://www.hobd.de";
var dat = "foo=bar;bar=foo";

