function AjaxRequestMethod()
{
	this.Get 	= 0;
	this.Head	= 1;
	this.Post	= 2;
	this.Xml	= 3;
}
