function OnTimer()
{
	oText.style.left = nPos.toString() + "px";

	if(--nPos < -nWidth)
//*		nPos = oContainer.offsetWidth;
		nPos = 0;
}
