
function togglelanguage(it)
{

		location.href = current_location + '&language=' +it
	
}
