var Vinnolit={};Vinnolit.Ajax={Options:{Cache:true},LOADING:"<div class='ajax-loading'><img src='../files/ico/$file/ajax-loader.gif' width=31 height=31></div>",oSource:this,get:function(d,e,a,b){this.oSource.handleRequest=b;var c=window.location.href;$("#"+a).html(this.LOADING);$.ajax({type:"GET",url:d,cache:Vinnolit.Ajax.Options.Cache,timeout:60000,success:function(f){Vinnolit.Ajax.oSource.handleRequest(a,f)},error:function(f,h,g){$("#"+a).html('<div class="ajax-error">'+ttw_labels.ajax.error+"</div>")}})},getHTML:function(a){var e=a.Url;var c=a.ID;var b=a.CallBackFunction;if(b===""){fCallBack=b}else{fCallBack=Vinnolit.DOM.setContentByID}var d=a.Cache;if(d!==true){Vinnolit.Ajax.Options.Cache=d}this.get(e,"html",c,fCallBack)}};Vinnolit.DOM={setContentByID:function(a,b){if($("#"+a).length>0){$("#"+a).html(b)}},appendContentByID:function(a,b){if($("#"+a).length>0){$("#"+a).append(b)}}};Vinnolit.String={middle:function(b,g,c){var f="";var a=String(b);var e=a.indexOf(g);var d=a.indexOf(c);f=a.slice(e+g.length,d);return f}};Vinnolit.MB={show:function(b){var a=b.Text;$.colorbox.init();$.colorbox({html:"<div class='colorbox-text'>"+a+"</div>",opacity:0.7,innerWidth:300,initialWidth:300,innerHeight:100,initialHeight:100,close:"[ X ]"})}};Vinnolit.Box={};Vinnolit.Box.Quicksearch={validate:function(){var b=$(".BoxQuicksearch input[name=q]").val();var a="Please enter a searchstring!";if(b===""){if(TTW.language==="DE"){a="Bitte geben Sie einen Suchbegriff ein!"}Vinnolit.MB.show({Text:a});return false}else{return true}}};Vinnolit.Box.Login={validate:function(){var a=$(".BoxLogin input[name=Username").val();var b=$(".BoxLogin input[name=Password").val()}};require([TTW.dbpath+"/files/jquery/$file/jquery.cycle.lite.min.js"],function(){require.ready(function(){$("#Keyvisual").cycle({fx:"fade",timeout:4000})})});

