function cloneMore(selector,type){var newElement=$(selector).clone(true);var total=$('#id_'+type+'-TOTAL_FORMS').val();newElement.find(':input').each(function(){var name=$(this).attr('name').replace('-'+(total-1)+'-','-'+total+'-');var id='id_'+name;$(this).attr({'name':name,'id':id}).val('').removeAttr('checked');});newElement.find('label').each(function(){var newFor=$(this).attr('for').replace('-'+(total-1)+'-','-'+total+'-');$(this).attr('for',newFor);});total++;$('#id_'+type+'-TOTAL_FORMS').val(total);$(selector).after(newElement);}
$(function(){window.defaultStatus="Design + Programming by FEINHEIT kreativ studio · www.feinheit.ch";});window.log=function(){log.history=log.history||[];log.history.push(arguments);if(this.console){console.log(Array.prototype.slice.call(arguments));}};SQ.run()
