// JavaScript Document

function submitcommunities_by_nameform(){
	if (document.communities_by_name.value != "")
 		window.location=document.communities_by_name.communitylink.value;
}
