/*

Global JS file.
Controls stuff.

*/

function gohome(){
	location.href="index.php";
}