function ChangeUrl() 
{		
	var frm = document.forms[0];
	
  	var seo_url = frm['seo_url'].value;
     
    window.location = seo_url; 
}

		


		


