/* $Id: custom.js 881 2008-05-14 03:49:40Z Fritz Elfert $ */
ajaxChat.handleLogout=function(A){top.location.href=A};ajaxChat.switchLanguage=function(A){if(window.location.search==""){window.location.search="?lang="+A}else{window.location.search=window.location.search+"&lang="+A}};ajaxChat.initDirectories=function(){this.dirs=new Object();this.dirs.emoticons=this.emoticonURL;this.dirs.sounds=this.baseURL+"sounds/";this.dirs.flash=this.baseURL+"flash/"};ajaxChat.customInitialize=function(){if(this.emoticonVAL&&this.dom.emoticonsContainer){var D=this.emoticonVAL.split(" ");var B=D.length;if(B>0){this.emoticonCodes=new Array();this.emoticonFiles=new Array();for(var C=0;C<B;C++){var A=D[C].split("\t");this.emoticonCodes.push(A[0]);this.emoticonFiles.push(A[1])}this.updateDOM("emoticonsContainer","","",true);this.initEmoticons()}}};
