/*去除版权*/
window.addEvent('domready', function() {
	if($E('.themefoot')){
		$E('.themefoot').getNext().setStyle('display','none');
	}
});

