$(
function
(){
var
thisId = window.location.hash;
if
(thisId !=
""
&& thisId != undefined){
$(thisId).addClass(
"uw3c"
);
}
})
$(function(){
var thisId = window.location.hash;if(thisId != "" && thisId != undefined){
$('.along-page .href-text').text($(thisId).text());
}
$('.footer-nav li a').click(function(){
$('.along-page .href-text').text($(this).text());
});
})