if(people.length && people.length > 0)
{
	for(var i = 0; i < people.length; i++)
	{
		swf.addVariable('chatWith', people[i].t);
		swf.addVariable('chatWithName', people[i].n);
		swf.write('chatWith_' + people[i].t);
	}
}
