/* This file may be copyrighted. It has been obfuscated for brevity, not for secrecy. Check http://www.zmir.de/layout.js?clear */String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")};String.prototype.ltrim=function(){return this.replace(/^\s+/,"")};String.prototype.rtrim=function(){return this.replace(/\s+$/,"")};function askurl(a,b){if(confirm(a)){window.location=b}}function help_appear(a){Effect.Appear($(a),{duration:0.25})}function help_fade(a){Effect.Fade($(a),{duration:0.25})}function newsletter_form(b){var a=$("newsletter-form");var c=$H(a.serialize(true));c.set("action",b);$("newsletter-busy").show();new Ajax.Request(portal_url+"/newsletter.cgi",{parameters:c,method:"post",asynchronous:true,onSuccess:function(d){$("newsletter-busy").hide();if(d.status!=200){console.log("Interner Ajex Fehler, sorry...")}else{alert(d.responseText)}}})};
