
setTimeout(function(){
$(function(){
	$('#MenuBar > li > a').attr('href','javascript:void(0)');
});
},1000);

