/* This file may be copyrighted. It has been obfuscated for brevity, not for secrecy. Check http://www.rent4event.com/t4smallshop_category.js?clear */function put_item_into_cart(a,c){var b=$(c).value;b=parseInt(b);if(!b){alert("Bitte geben Sie eine Zahl > 0 ein!")}else{new Ajax.Request(a+"/add_to_and_return_cart",{parameters:$H({quantity:b}),asynchronous:true,onSuccess:function(d){$("cart").innerHTML=d.responseText}})}};
