$(function(){var msie6=$.browser=='msie'&&$.browser.version<7;if(!msie6){var top=$('#navigation').offset().top-parseFloat($('#navigation').css('margin-top').replace(/auto/,0));$(window).scroll(function(event){var y=$(this).scrollTop();if(y>=top){$('#navigation').addClass('fixed')}else{$('#navigation').removeClass('fixed')}})}});$(document).ready(function(){$('a').bind('click',function(event){if($($(this).attr('href')).length==0)return true;var $anchor=$(this);$('html, body').stop().animate({scrollTop:$($anchor.attr('href')).offset().top},1000,'easeInOutExpo');event.preventDefault()});$('form#contact-us').submit(function(){$('form#contact-us .error').remove();var hasError=false;$('.requiredField').each(function(){if($.trim($(this).val())==''){var labelText=$(this).prev('label').text();$(this).parent().prepend('<span class="error">Zapomněli jste vyplnit pole '+labelText+'.</span>');$(this).addClass('inputError');hasError=true}else if($(this).hasClass('email')){var emailReg=/^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;if(!emailReg.test($.trim($(this).val()))){var labelText=$(this).prev('label').text();$(this).parent().prepend('<span class="error">Pole '+labelText+' je špatně vyplněno.</span>');$(this).addClass('inputError');hasError=true}}});if(!hasError){var formInput=$(this).serialize();$.post($(this).attr('action'),formInput,function(data){$('form#contact-us').slideUp("fast",function(){$(this).before('<p class="tick"><strong>Děkuji!</strong> Vaše zpráva byla úspěšně odeslána. Pokud by vám delší dobu nepřišla odpověď, kontaktujte mě na <strong>me@cleanet.cz</strong></p>')})})}return false});if($('#menu').length>0){$('#menu').onePageNav({currentClass:'current',changeHash:false,scrollSpeed:750})}});function toggle(whichdiv){if(document.getElementById(whichdiv).style.display=='none'){document.getElementById(whichdiv).style.display='block'}else{document.getElementById(whichdiv).style.display='none'}}$(document).ready(function(){$(".tweet").tweet({username:"cleanet",join_text:"<br />",avatar_size:0,count:2,auto_join_text_default:"we said,",auto_join_text_ed:"we",auto_join_text_ing:"we were",auto_join_text_reply:"we replied to",auto_join_text_url:"we were checking out",loading_text:"loading tweets..."})});
