$(document).ready(function() {			
	$('a[href="/index.php/index/"]').attr("href","#home");
	$('a[href="/index.php/approach/"]').attr("href","#our_approach");
	$('a[href="/index.php/whatwedo/"]').attr("href","#what_we_do");
	$('a[href="/index.php/aboutus/"]').attr("href","#about");
	$('a[href="/index.php/whatsnew/"]').attr("href","#whats_new");
	$('a[href="/index.php/contact/"]').attr("href","#contact");
});