facade.registerObject(new TreeMenuMediator( new TreeMenu()));
facade.registerObject(new SearchBoxMediator( new SearchBox()));
$(document).ready(function(){
	lang.setLang($("#current_lang").val());
	facade.sendNotification(facade.STARTUP);
	
	var flashvars = {
		path : app_data_proxy.url("index")
	};
	var params = {
  		wmode: "opaque"
	};
	var attributes = {
  		id: "myDynamicContent",
  		name: "myDynamicContent"
	};

	swfobject.embedSWF("img/toplogo2.swf", "swf_content", "330", "150", "9.0.0","", flashvars, params, attributes);


});

