﻿$(document).ready(function(){
$(".contain h1#about, a.dg").html("");
$(".contain h1#news").html('<a href="CN/News.aspx"><img src="CN/images/more.gif" /></a>');
$(".logo").html("");
});



/*
$(document).ready(function(){	
	$("#viewer").imageScroller({
		next:"leftS",
		prev:"rightS",
		frame:"viewerFrame",
		width:100,
		child: "a",
		auto: true
	});
	$(".prt-t:first").ExtMenu(true);
	$(".more").hover(function(){$(this).children('img').attr("src","cn/images/more1.gif");}, function(){$(this).children('img').attr("src","cn/images/more.gif");});
	//$("#kefu").css({left:$(document).width()-$("#kefu").width(), top:$(window).height()-$("#kefu").height()});
	$("#kefu").scrollFollow( { 
        speed: 1000, 
        offset: 60, 
        killSwitch: 'exampleLink', 
        onText: 'Disable Follow', 
        offText: 'Enable Follow' 
       }); 
});
*/
//$(window).scroll(function(){
//$("#kefu").css({top:$(window).height()-$("#kefu").height()-60+'px'});
//});