function move_community_contact_form() {
	if($('community_contact_form')) {
		var old_form = $('community_contact_form');
		$('newcomm_text').appendChild(old_form);
	}
}