$(document).ready(function() {
	$('#topic').html($('.navFirst > li > .on').html());
});