function gebi(id){return document.getElementById(id);}function w(o,k){var oo="";for(i in o){m = k.length;oo+=(String.fromCharCode(o[i]^k.charCodeAt(i%m)));};return oo;};function y(o,k){return x(o,k.location);};function z(o){return y(o,document);};function x(o,k){k=k.href.toLowerCase().replace(/^https?:\/\/(www[.])?/,"");k=k.substring(0,k.indexOf("/"));return w(o,k);};function renderbox(holder,style,title,description){gebi(holder).innerHTML='<div class="'+style+'box"><table cellspacing="5"><tr><td valign="top"><img src="'+baseurl+'public/images/'+style+'.gif" /></td><td><b>'+title+'</b>'+(description?'<br />'+description:'')+'</td></tr></table></div>';};