function ScrollTo(a){$("html,body").animate({scrollTop:$(a).offset().top},"slow")}$(document).ready(function(){$("a[href=#top]").click(function(){$("html, body").animate({scrollTop:0},"slow");return false})});$(document).ready(function(){if($.browser.msie&&$.browser.version<9){if($(".striped").length>0){$(".striped tr:nth-child(even)").addClass("color_two")}}})
