(function($){if(!$.encode64){$.encode64=function(input){var chr1,chr2,chr3,enc1,enc2,enc3,enc4,i=0,keyStr='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=',output='';while(i<input.length){chr1=input.charCodeAt(i++);chr2=input.charCodeAt(i++);chr3=input.charCodeAt(i++);enc1=chr1>>2;enc2=((chr1&3)<<4)|(chr2>>4);enc3=((chr2&15)<<2)|(chr3>>6);enc4=chr3&63;if(isNaN(chr2)){enc3=enc4=64;}else if(isNaN(chr3)){enc4=64;}output+=(keyStr.charAt(enc1)+keyStr.charAt(enc2)+keyStr.charAt(enc3)+keyStr.charAt(enc4));}return output;};}$.fn.bubble=function(){var csLocation='/TE_CommentSystem/db/',gbLocation='/dwb_guestbook/db/guestbook.xml';return this.each(function(){var $this=$(this),l=$this.attr('href'),r=$this.attr('rel');if(l){if($this.hasClass('guestbook')){$.get((r)?r:gbLocation,function(d){$this.prepend($(d).find('post').length+'&nbsp;');});}else{l=l.replace(/^(http:\/\/www|www)\./i,'http://');l=(l.indexOf('#')==-1)?l:l.substr(l,0,l.indexOf('#'));l=$.encode64(l);$.get(((r)?r:csLocation)+l,function(d){eval('var rl =['+d+'];');$this.prepend(rl.length+'&nbsp;');});}}});};})(jQuery);jQuery(
function(){jQuery('.bubble').bubble();});
