function switchlang(entry)
  {
	if (entry.length > 0) {
		var URL  = "http://www.websprout.org/"+entry
	}
	else {
		var URL  = "http://www.websprout.org/"		
	}
	top.location.href = URL;
	return true;
  }
