//jQuery('.root').attr("href","#");
$(function() {
	$('.root').attr('href','#'); 
	jQuery('.root').attr("href","#");
})
