$("#SecondMenuContentSelection a").click(function(){
	var hash = this.href;
	hash = hash.replace(/^.*#/, '');
	$.historyLoad(hash);
	return false;
});