jQuery(function($){
	var top_story_more = $('#top_story_more');
	$('#top_story div.excerpt p:last').append('&nbsp;<a href="' + top_story_more.attr('href') + '">' + top_story_more.html() + '</a>');
	top_story_more.remove();
	
	$('#top_story_video').find('a.external').hide();
});