function notepadOfferAdd(a){try{dojo.fx.wipeOut({node:dojo.byId("linkButtonNotepad_"+a),duration:500}).play();var b=dojo.byId("notepad_"+a);dojo.xhrPost({url:dojo.attr(b,"action"),handleAs:"json",preventCache:true,form:b,load:function(e,d){if(!e.success){Shadowbox.open({player:"html",width:300,height:100,content:'<span class="notepad_hint"><br /><br />Das Angebot liegt bereits auf dem Merkzettel.</span>'})}else{trackNotepad(b.s_hotelName.value,a)}}})}catch(c){}}function notepadOfferDelete(a){trackNotepadDelete();document.location.href=a}function notepadShowAll(){Shadowbox.open({player:"iframe",width:582,height:582,content:"/Notepad/showall/"})};
