
// pws_footer.js

// newFunction
var anchorvalue = location.hash;
if(anchorvalue != null && anchorvalue.length != 0){
	window.location = anchorvalue;
}

