function b(){
var t=$(this).scrollTop();
if(t >
150){
$('#gotop').show();
}else{
$('#gotop').hide();
}
}
$(document).ready(function(e) {
b();
$('#gotop').click(function(){
$("html,body").animate({scrollTop: 0},200);
})
$('#code').hover(function(){
$(this).attr('id','code_hover');
$('#code_img').show();
//$('#code_img_url').show();
},function(){
$(this).attr('id','code');
$('#code_img').hide();
//$('#code_img_url').hide();
})
$('#qqonline').hover(function(){
$(this).attr('id','qqonline_hover');
$('#qqonline_div').show();
},function(){
$(this).attr('id','qqonline');
$('#qqonline_div').hide();
})
$('#qqonline_div').hover(function(){
$('#qqonline').attr('id','qqonline_hover');
$('#qqonline_div').show();
},function(){
$('#qqonline_hover').attr('id','qqonline');
$('#qqonline_div').hide();
})
});
$(window).scroll(function(e){
b();
})
document.writeln("");
document.writeln("");
document.writeln("

");
document.writeln("

");
document.writeln("
");
document.writeln("");