/* FILE ARCHIVED ON 16:41:27 Feb 18, 2016 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 18:06:04 Jan 2, 2017. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ var busy=false;jQuery(window).scroll(function(){if(jQuery(window).scrollTop()>300){jQuery('#scrollUp').stop().animate({opacity:0.05},400)}else{jQuery('#scrollUp').stop().animate({opacity:0.00},400)}if(jQuery(window).scrollTop()+jQuery(window).height()>jQuery('#main_content').offset().top+jQuery('#main_content').height()-50&&!busy){busy=true;link=jQuery('.pagination .nextpage').attr('href');if(typeof link!='undefined'){var params='smt_layout='+jQuery('body').attr('layout')+'&ajaxpage=1';jQuery.ajax({type:"POST",cache:false,async:false,data:params,url:link,dataType:'json',success:function(data){if(data!=""){jQuery('.pagination .nextpage').parent().append('Page '+jQuery('.pagination .nextpage').attr('alt')+'');jQuery('.pagination .nextpage').remove();jQuery("#main_content").append(data['content']);busy=false}}})}}});jQuery('#scrollUp').live('mouseenter',function(){jQuery(this).stop().animate({opacity:0.1},"slow")}).live('mouseout',function(){if(jQuery(window).scrollTop()>300)var o=0.05;else var o=0.00;jQuery(this).stop().animate({opacity:o},"slow")});jQuery('#scrollUp').live('click',function(){jQuery('html, body').animate({scrollTop: 0}, 1200);});