following code is write are not:
selenium.GetEval("document.getElementsByTagName('a')[1].innerText");
actually other scripts are working fine like document.getElementById also getElementsByTagName('form'). but a tag is not working while executing the rc testcase.
You can write this way:-
OR