$(document).ready(function() {
    $('.news_wrapper > .item:last').css('background', 'none');  
    $('#topic').html($('.on').parent().html());
	$('#service_copy').html($('.navigation_service').html());
	$('#service_copy > ul > li:first').css('border', '0px');
	
	$('.scrollup').click(function(){
		$('html, body').animate({scrollTop: 0}, 'slow');
	});
	
})
