function setTwitter(text)
{
	if(text)
	{
		document.getElementById('twitter').innerHTML=text;
	}
}
