$(document).ready(function() { 
	$('.copyright').html($('.copyright').html().replace('© ','&copy; 2006-'));
}); 
