	
	var path = document.location;
	var path = ' ' + path;
	var x = path.split("?email=");
	
  
	
	//document.getElementById("edit-mail").value  = 'test';
	
	if(x.length==2){
	  
	  
	  var email = x[1].replace(/%40/, "@");
	  
	  var alt = email.split("&");
	  
	  document.getElementById("edit-mail").value = alt[0];
	}
  
  $('.taxonomy-term-description').css("display","none");
  $('.connect_button').css("color","ffffff");
	
//}


