function tsconnect(){
	var answer = confirm("Do you have TeamSpeak installed? \nClick OK if you do or Cancel to go to our downloads page and download TeamSpeak");
	if (answer){
		var reply = prompt("Please input the password for the X channel", "");
		var link = 'teamspeak://85.14.220.180:8767/?channel=><*?password=enroxor?channelpassword='+reply;
		window.open(link,'');
	}
	else{
		window.location = "files/";
	}
}