// JavaScript Document

function kaydet(formN){
	formN.action = getAnything('http://10.0.20.51/ZendPlatform/application/controllers/dilekveoneri/gonder/', 'goster');	
	formN.method = "post";
	formN.submit();
}