function message()
{
	this._request = '';
	this._subRequest = '';
	this.interestlist = new Array();	
	this.guest = '';
	this.message = '';
	
	this.talkio_token = '';
	this.interest = new Array();
	this.friendlist  = new Array();
	this.online_status = new Array();	
	this.username = '';
	this.to = '';
	this.rcvdintroductorymsg= new Array(); 
	this.imsg ='';	
	this.fr_username = '';
	this.fr_groupname = '';
	this.fr_name = '';
	this.id = '';	
	this.status = '';
	this.totalonline = new Array();
	this.rcvdmessage= new Array();
	this.webMaster = '';
}
