function backToTop(){
	self.location = self.location+"#top";
}

function contactus(){
	self.location = "/contactus";	
}