Event.observe(window, 'load', function() { $$('#calendar .setMonth').each(function(s) { s.observe('click', function() { $$('#calendar .month').each(function(s) { s.hide(); }); $('cal_month_'+this.rel).appear({ duration: 0.5 }); //Effect.toggle($('cal_month_'+this.rel),'appear'); return false; }); }); new Ajax.PeriodicalUpdater('clock', '/res/clock.php', { method: 'get', frequency: 15 }); if ($('captcha')) { Recaptcha.create("6Le507sSAAAAAKnZemc1gTfAASspCCwrylKevNpJ", "captcha", { custom_translations : { instructions_visual : "Ievadiet divus vārdus:", refresh_btn: "Parādīt citus vārdus", help_btn: "Palīdzība (angļu valodā)", visual_challenge: "Uzrādīt vārdus", audio_challenge: "Atskaņot vārdus", instructions_audio: "Ievadiet dzirdētos vārdus" }, callback: Recaptcha.focus_response_field } ); } }); function sendPoll(myform) { for (i=0;i