if(navigator.userAgent.match(/Mobile/i)==null){$('a[href="#more"]').click(function(){var scroll_position=$('a[name="more"]').position();scroll_position=Math.round(scroll_position.top)-50;var scroll_speed=Math.round((($(document).height()-$(window).height())+scroll_position)*0.1);$('html,body').animate({scrollTop:scroll_position},scroll_speed);return false;});$('a[href="#top"]').click(function(){var scroll_position=0;var scroll_speed=Math.round((($(document).height()-$(window).height())+window.pageYOffset)*0.1);$('html,body').animate({scrollTop:scroll_position},scroll_speed);return false;});}else{$('html').addClass('mobile');$(window).bind('load resize orientationchange',function content_min_height(){$('#content').css('min-height',(window.innerHeight-190)+'px');});}
if($('.share').length){$('a','.share').removeAttr('target').click(function(){var title=$(this).attr('title');var url=$(this).attr('href');newwindow=window.open(url,title,'width=660,height=360,menubar=false,resizable=false,scrollbars=false,status=false,toolbar=false');return false;});}
$(window).load(function(){$('.mejs-overlay-loading').parent().hide();});
