function addToSkype () {
	if (skypeCheck()) {
		document.location.href= "skype:osyris?add";
	}
}