function navigatePhoneTo(val) {
	var s;
	s="skype:" + val + "?call"
	self.location.href = s;
}
