var Shoutbox=jQuery.extend(Shoutbox||{},{script_suffix:1==Shoutbox.debug_mode?".dev":"",private_current_name:"Shoutbox_private_current_"+Shoutbox.user_id,get_script:function(a,b,c){return c=jQuery.extend(c||{},{crossDomain:1==Shoutbox.debug_mode,dataType:"script",cache:!0,success:b,url:a}),jQuery.ajax(c)},load:function(){(0!=jQuery("div.shoutbox-container").length||jQuery.cookie(Shoutbox.private_current_name)&&"{}"!=jQuery.cookie(Shoutbox.private_current_name))&&Shoutbox.get_script(Shoutbox.url+"js/shoutbox-init"+Shoutbox.script_suffix+".js?"+Shoutbox.version)}});jQuery(window).bind("load",function(){Shoutbox.load()});