window.addEvent("domready",function(){ajaxLoader.init(ajaxLoader);if($$("div.guestframe-container span.email")){emailItems=$$("div.guestframe-container span.email");for(var a=0;a<emailItems.length;a++){emailItems[a].addEvent("mouseenter",function(d){eId=this.id.replace("email_","");$("emailhid_"+eId).fade("in")});emailItems[a].addEvent("mouseleave",function(d){eId=this.id.replace("email_","");$("emailhid_"+eId).fade("out")})}}if($$("div.guestframe-container span.www")){wwwItems=$$("div.guestframe-container span.www");for(var a=0;a<wwwItems.length;a++){wwwItems[a].addEvent("mouseenter",function(d){eId=this.id.replace("www_","");$("wwwhid_"+eId).fade("in")});wwwItems[a].addEvent("mouseleave",function(d){eId=this.id.replace("www_","");$("wwwhid_"+eId).fade("out")})}}if($("guest-add-entry")){$("guest-add-entry").addEvent("click",function(){b()})}function b(){var d;var f="a=getEntryWindowContent";if(window.XMLHttpRequest){d=new XMLHttpRequest()}else{d=new ActiveXObject("Microsoft.XMLHTTP")}var e=window.location.pathname.split("/");d.open("POST","/"+e[1]+"/ajax/guest/ajax_guest.php",true);d.setRequestHeader("Content-type","application/x-www-form-urlencoded");d.setRequestHeader("Content-length",f.length);d.setRequestHeader("Connection","close");d.send(f);ajaxLoader.show();d.onreadystatechange=function(){if(d.readyState==4&&d.status==200){ajaxLoader.hide();if($("guest-add-entry-container")){$("guest-add-entry-container").set("html",d.responseText);topicFx=new Fx.Slide("guest-add-entry-container",{duration:2000,transition:Fx.Transitions.Circ.easeOut}).hide();topicFx.slideIn()}var k=$("guest-input-nick").value;var i=$("guest-input-city").value;var h=$("guest-input-country").value;var m=$("guest-input-www").value;var g=$("guest-input-email").value;var l=$("guest-input-entry").value;if($("guest-input-nick")){$("guest-input-nick").addEvent("click",function(){if(k==$("guest-input-nick").value){$("guest-input-nick").value=""}$("guest-input-nick").setStyle("background","#111")})}if($("guest-input-city")){$("guest-input-city").addEvent("click",function(){if(i==$("guest-input-city").value){$("guest-input-city").value=""}$("guest-input-city").setStyle("background","#111")})}if($("guest-input-country")){$("guest-input-country").addEvent("click",function(){if(h==$("guest-input-country").value){$("guest-input-country").value=""}$("guest-input-country").setStyle("background","#111")})}if($("guest-input-www")){$("guest-input-www").addEvent("click",function(){if(m==$("guest-input-www").value){$("guest-input-www").value="http://"}$("guest-input-www").setStyle("background","#111")})}if($("guest-input-email")){$("guest-input-email").addEvent("click",function(){if(g==$("guest-input-email").value){$("guest-input-email").value=""}$("guest-input-email").setStyle("background","#111")})}if($("guest-input-entry")){$("guest-input-entry").addEvent("click",function(){if(l==$("guest-input-entry").value){$("guest-input-entry").value=""}$("guest-input-entry").setStyle("background","#111")})}if($("save-entry")){$("save-entry").addEvent("click",function(){if(j()){c($("guest-input-nick").value,$("guest-input-city").value,$("guest-input-entry").value,h==$("guest-input-country").value?null:$("guest-input-country").value,m==$("guest-input-www").value?null:$("guest-input-www").value,g==$("guest-input-email").value?null:$("guest-input-email").value)}})}if($("close-entry")){$("close-entry").addEvent("click",function(){topicFx.slideOut()})}function j(){if(k==$("guest-input-nick").value||$("guest-input-nick").value==""){$("guest-input-nick").highlight("#111","#600");return false}if(i==$("guest-input-city").value||$("guest-input-city").value==""){$("guest-input-city").highlight("#111","#600");return false}if(e[1]=="en"){if(h==$("guest-input-country").value||$("guest-input-country").value==""){$("guest-input-country").highlight("#111","#600");return false}}if(l==$("guest-input-entry").value||$("guest-input-entry").value==""){$("guest-input-entry").highlight("#111","#600");return false}return true}}};return true}function c(d,j,l,f,g,k){var i;var h="a=saveAddEntryWindowContent&nick="+d+"&city="+j+"&entry="+l+"&country="+f+"&www="+g+"&email="+k;if(window.XMLHttpRequest){i=new XMLHttpRequest()}else{i=new ActiveXObject("Microsoft.XMLHTTP")}var e=window.location.pathname.split("/");i.open("POST","/"+e[1]+"/ajax/guest/ajax_guest.php",true);i.setRequestHeader("Content-type","application/x-www-form-urlencoded");i.setRequestHeader("Content-length",h.length);i.setRequestHeader("Connection","close");i.send(h);ajaxLoader.show();i.onreadystatechange=function(){if(i.readyState==4&&i.status==200){ajaxLoader.hide();object=JSON.decode(i.responseText);winCreate("message",object);topicFx.slideOut().chain(function(){location.href=window.location.pathname})}}}});
