  $(window).load(function() {
	$("#round_index12").liquidCanvas(
		"[shadow{width:2; color:#222} border{color:#CCCCCC; width:6} fill{color:#fff}] => roundedRect{radius:10}");
	$("#round_index22").liquidCanvas(
		"[shadow{width:2; color:#222} border{color:#CCCCCC; width:6} fill{color:#fff}] => roundedRect{radius:10}");
	$("#round_index32").liquidCanvas(
		"[shadow{width:2; color:#222} border{color:#CCCCCC; width:6} fill{color:#fff}] => roundedRect{radius:10}");
	$("#round_index42").liquidCanvas(
		"[shadow{width:2; color:#222} border{color:#CCCCCC; width:6} fill{color:#fff}] => roundedRect{radius:10}");
	$("#round_news").liquidCanvas(
		"[shadow{width:2; color:#000} gradient{from:#737373; to:#5e5e5e;}] => ecken{tl:20; bl:0; br:20; tr:0}");
	$("#allianceContainer").liquidCanvas(
		"[shadow{width:2; color:#222} fill{color:#f7f7f7}] => roundedRect{radius:20}");
	//$("#conferenceContainer").liquidCanvas(
	//	"[shadow{width:2; color:#222} fill{color:#f7f7f7}] => roundedRect{radius:20}");
  });
