//:: /typo3conf/ext/snowball/pi1/static/snowball.js
//===============================================================
window.addEvent('domready',function(){snowball.addEvents();var options={animate:false,enableKeys:false}
Shadowbox.init(options);});var snowball={addEvents:function(){var link=$('snowballurl');if(link)link.addEvent('click',function(){this.openForm(link.href);return false;}.bind(this));},openForm:function(url){Shadowbox.open({player:'iframe',content:url,title:'Beobachter weiterempfehlen',height:400,width:400});}};

//:: /typo3conf/ext/jk_poll/pi1/static/jk_poll.js
//===============================================================
window.addEvent('domready',function(){jkPoll.start();});var jkPoll={start:function(){this.pollItems=$$('li.pollItem');if(this.pollItems)this.addEvents();},addEvents:function(){$each(this.pollItems,function(pollItem,index){var toggle=pollItem.getFirst('p.radioButton');if(toggle){toggle.addEvent('click',function(event){var form=pollItem.getParent('form');var pollUid=pollItem.id.split('_')[1];if(form){pollItem.addClass('pollItemClick');var inputValueUid=form.id.split('_')[1];$('jkPollAnswer_'+inputValueUid).set('value',pollUid);form.submit();}
return false;}.bind(pollItem));}});}}


