var Loginpopup={};Util.extend(Loginpopup,{msg:"",Show:function(){var a={};a.url=document.location.href;if(Loginpopup.msg==""){jQuery.post(CLAjaxPreffix+"/common/notlogedpopup",a,function(b){Loginpopup.msg='<div id="nlpappend" style="display:block;">'+b+"</div>";Loginpopup.Now()},"html")}else{Loginpopup.Now()}return false},Now:function(){jQuery.msgbox().show(Loginpopup.msg,{showCaption:false,autoPosWhenScroll:false,top:"top"});jQuery("header").append('<script src="http://s1.loginza.ru/js/widget.js" type="text/javascript"><\/script>');return false},Close:function(){jQuery.msgbox().close();return false}});
