Why would it move? You only have initialization code, and nothing else. No Update, no LateUpdate, no UIFollowTarget, nothing. How do you expect it to move?
Furthermore, why are you using GUIText? That's not NGUI. In fact, I don't even see you use ANY NGUI code here... You really should start off by watching NGUI's beginner tutorials.
Easiest way to have UI follow some target is to anchor a widget to it. Alternative is to use UIFollowTarget script from the HUDText add-on.