$(document).ready(function() {
    $('#skype-link').click(function() {
		return skypeCheck(); 
	});
});
