(function($){$.Modules.jimdoExplorer=function(opts){$('#jimdo_visualization').flash('http://'+location.hostname+'/s/img/flashapp/jimdo_visualization.swf',{version:"9.0.0",params:{scale:'noscale',salign:'TL',menu:false,flashvars:{fontUrl:/zh|ru|ja/.test(navigator.language)?'':'http://'+location.hostname+'/s/img/flashapp/jimdo_font.swf',dataURL:'/visualization',tagId:opts.tagId,langId:'de'}},attr:{width:950,height:650}});$("#tagsearch").xAutocompleter({url:"/search/tag/ajax",minChars:2});var $footer=$('#flashappfooter').bind('click',function(e){if('#'+e.target.id==opts.closeFooterSelector){$footer.animate({height:0},300,function(){$(opts.closeFooterSelector).add(this).hide();});};})
flashappShowProfile=function(url){$footer.animate({height:200},300,function(){$(this).html('<img id="flashloading" src="http://'+location.hostname+'/s/img/flashapp/loading.gif" />').load('/user/'+url.substr(7,url.length-8)+'/slidein');});};flashappUpdateTag=function(tag){$('#tagsearch').val(tag);};};$.register('jimdo.com_jimdoExplorer',{variant:'default',closeFooterSelector:'#closer',tagId:$('#tagsearch').val()});})(jQuery);