function switchit(){
	document.getElementById("checkline").style.display = "none";
	document.getElementById("loading").style.display = "block";
}